solution for 4.1b,c
[MicroTrace.git] / Triangle.hxx
index fbf4e2c..8e56231 100644 (file)
@@ -11,7 +11,10 @@ public:
   
   virtual bool Intersect(Ray& ray);
   virtual Vec3f GetNormal(Ray& ray);
+  virtual Box CalcBounds();
+  virtual bool InVoxel(const Box& box);
 private:
   Vec3f m_a, m_b, m_c;
+  Vec3f m_n;
 };
 #endif
This page took 0.026481 seconds and 4 git commands to generate.