rtiow: add blox with gloxy edges.

Fixed bug in kdtree that this uncovered.
Marked Hit and it's dependencies as needing to implement the Debug
trait.
This commit is contained in:
2022-09-17 16:45:29 -07:00
parent b432e9a6dd
commit 4066bf4b85
25 changed files with 338 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ use crate::{
vec3::{dot, Vec3},
};
#[derive(Debug)]
pub struct Sphere<M>
where
M: Material,