pathtracer/src/render/mod.rs
2020-03-17 20:49:49 +01:00

6 lines
89 B
Rust

pub mod light_aggregate;
pub use light_aggregate::*;
pub mod object;
pub use object::*;