pathtracer/beevee/src/bvh/mod.rs

5 lines
61 B
Rust
Raw Normal View History

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