Extract renderer into own packege

This commit is contained in:
hal8174 2024-10-01 14:37:50 +02:00
parent b3fdef8837
commit c517a836ee
24 changed files with 332 additions and 157 deletions

View file

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