Files
raytracing/src/objects/materials.rs
2026-04-16 15:38:01 +02:00

4 lines
56 B
Rust

pub mod dielectric;
pub mod lambertian;
pub mod traits;