]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/view.h
View3D::create_ray should be const
[r2c2.git] / source / 3d / view.h
index ffe608e88cfe2a63113ea1f333e3dea86c68dc78..5e954a737da05baf07bd9ff963c0224b26345185 100644 (file)
@@ -24,6 +24,9 @@ public:
        Msp::GL::Camera &get_camera() { return camera; }
        Msp::GL::Pipeline &get_pipeline() { return pipeline; }
 
+       Ray create_ray(int, int) const;
+       Ray create_ray(float, float) const;
+
        void view_all(bool = false);
 
        void render();