still broken ReflectiveEyeLightShader, saving it for later
[MicroTrace.git] / Camera.hxx
index 51f9865..b2bc711 100644 (file)
@@ -8,7 +8,7 @@ class Camera
 public:
   Camera(int resX, int resY);
   virtual ~Camera();
-  virtual bool InitRay(float x, float y, Ray &ray) = 0;
+  virtual bool InitRay(float x, float y, Ray &ray) const = 0;
   
   int resX() const;
   int resY() const;
This page took 0.026151 seconds and 4 git commands to generate.