pathtracer/beevee/src/bvh/mod.rs
Bruno BELANYI 9c56134c67 beevee: add library to workspace
This is designed to be the new BVH for the raytracer.
2020-03-24 21:47:14 +01:00

5 lines
61 B
Rust

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