diff --git a/src/objects/sphere.rs b/src/objects/sphere.rs index 571e2a4..f713cbf 100644 --- a/src/objects/sphere.rs +++ b/src/objects/sphere.rs @@ -38,10 +38,3 @@ pub(super) fn object_normal_at(_sphere: &Shape, object_point: Point) -> Option for Shape { -// fn from(s: Sphere) -> Self { -// Shape::Sphere(s) -// } -// }