pathtracer/src/render/mod.rs

6 lines
89 B
Rust
Raw Normal View History

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