aboutsummaryrefslogtreecommitdiff
path: root/src/scene/shapes/mod.rs
blob: d7583ad335b1691862b4a51de240fe159889c8d0 (plain)
1
2
3
4
mod sphere;

pub use sphere::Sphere;