]> Dogcows Code - chaz/yoink/blobdiff - src/moof/sphere.hh
configuration cleanup and bugfixes
[chaz/yoink] / src / moof / sphere.hh
index dd4decec8d4224c16945467b820118a9ecdd4d4f..cf1bba772316057ca7e625ab0f1b99ed976151f1 100644 (file)
@@ -109,7 +109,8 @@ struct sphere : public cullable, public drawable, public shape<D>
        }
 
        // a ray inside the sphere will not intersect on its way out
-       bool intersect(const ray<D>& ray, typename ray<D>::contact& hit) const
+       bool intersect(const ray<D>& ray,
+                                  typename moof::ray<D>::contact& hit) const
        {
                vector b = point - ray.point;
                scalar z = dot(b, ray.direction);
This page took 0.0207 seconds and 4 git commands to generate.