Files
raytracing/src/scenes.rs

5 lines
79 B
Rust

pub mod raw_camera;
pub mod material_def;
pub mod hittable_def;
pub mod scene;