code for assignment 3
[MicroTrace.git] / EyeLightShader.hxx
index 9b4777e..2d0bfe5 100644 (file)
@@ -10,11 +10,10 @@ public:
   virtual ~EyeLightShader();
 
   virtual Vec3f Shade(Ray& ray);
-
-protected:
-  Vec3f m_color;
-  
 private:
   EyeLightShader();
+  
+protected:
+  Vec3f m_color;
 };
 #endif
This page took 0.031192 seconds and 4 git commands to generate.