code for assignment 3
[MicroTrace.git] / Triangle.hxx
index fbf4e2c..6abbe53 100644 (file)
@@ -13,5 +13,6 @@ public:
   virtual Vec3f GetNormal(Ray& ray);
 private:
   Vec3f m_a, m_b, m_c;
+  Vec3f m_n;
 };
 #endif
This page took 0.025316 seconds and 4 git commands to generate.