Scene::CalcBounds(), including Box::Extend(Box&), Box::Clear()
[MicroTrace.git] / Sphere.cxx
index 6060361..137ce8f 100644 (file)
@@ -62,5 +62,5 @@ Sphere::CalcBounds()
 bool
 Sphere::InVoxel(const Box& box)
 {
-  return false;
+  return CalcBounds().Overlaps(box);
 }
This page took 0.023327 seconds and 4 git commands to generate.