Add next event estimation

This commit is contained in:
hal8174 2024-10-20 19:35:02 +02:00
parent 534a7d7097
commit 7d69122e8c
13 changed files with 317 additions and 21 deletions

View file

@ -1,3 +1,4 @@
pub mod depth_renderer;
pub mod next_event_estimation;
pub mod path_tracer;
pub mod path_tracer_importance;