Add initial MIS implementation

This commit is contained in:
hal8174 2025-01-05 23:52:41 +01:00
parent ba2d853319
commit d43d60bb85
10 changed files with 161 additions and 3 deletions

View file

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