9c56134c67
This is designed to be the new BVH for the raytracer.
5 lines
61 B
Rust
5 lines
61 B
Rust
//! The Boudning Volume Hiearchy
|
|
|
|
mod tree;
|
|
pub use tree::*;
|