pathtracer/beevee/src/bvh/mod.rs

5 lines
61 B
Rust

//! The Boudning Volume Hiearchy
mod tree;
pub use tree::*;