solution for 4.1b,c
[MicroTrace.git] / Sphere.hxx
index 28604e7..cc07bfe 100644 (file)
@@ -12,6 +12,8 @@ public:
 
   virtual bool Intersect(Ray& ray);  
   virtual Vec3f GetNormal(Ray& ray);
+  virtual Box CalcBounds();
+  virtual bool InVoxel(const Box& box);
 private:
   Vec3f m_center;
   float m_radius;
This page took 0.027312 seconds and 4 git commands to generate.