ray-tracing2/ray-tracing-material/src/lib.rs

4 lines
51 B
Rust

pub mod default;
pub mod diffuse;
pub mod mirror;