Fixed bug in kdtree that this uncovered. Marked Hit and it's dependencies as needing to implement the Debug trait.
13 lines
214 B
Rust
13 lines
214 B
Rust
pub mod bench;
|
|
pub mod book;
|
|
pub mod bvh;
|
|
pub mod cornell_box;
|
|
pub mod cornell_smoke;
|
|
pub mod final_scene;
|
|
pub mod mandelbrot;
|
|
pub mod perlin_debug;
|
|
pub mod spheramid;
|
|
pub mod test;
|
|
pub mod tron;
|
|
pub mod tutorial;
|