branch | pyrit |
changeset 11 | 4d192e13ee84 |
parent 10 | f9fad94cd0cc |
child 16 | 20bceb605f48 |
--- a/src/raytracer.h Fri Nov 23 01:24:33 2007 +0100 +++ b/src/raytracer.h Fri Nov 23 16:14:38 2007 +0100 @@ -34,8 +34,6 @@ float ao_distance, ao_angle; Vector3 SphereDistribute(int i, int n, float extent, Vector3 &normal); - inline Shape *nearest_intersection(const Shape *origin_shape, const Ray &ray, - float &nearest_distance); public: Raytracer(): lights(), bg_colour(0.0, 0.0, 0.0), ao_samples(0) { top = new KdTree(); }; ~Raytracer() {};