pbrt_r3/core/shape/
mod.rs

1pub mod base_shape;
2pub mod shape;
3
4pub use base_shape::*;
5pub use shape::*;