X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fview.h;fp=source%2F3d%2Fview.h;h=5e954a737da05baf07bd9ff963c0224b26345185;hb=50856ae150524f11af2bf548f49b7a31e14668aa;hp=a1bdaf50cc605e7ae45ae7be4de270c9a53d1f1f;hpb=a7bce7810670436ab667c034c80291b2f712d2a2;p=r2c2.git diff --git a/source/3d/view.h b/source/3d/view.h index a1bdaf5..5e954a7 100644 --- a/source/3d/view.h +++ b/source/3d/view.h @@ -24,8 +24,8 @@ public: Msp::GL::Camera &get_camera() { return camera; } Msp::GL::Pipeline &get_pipeline() { return pipeline; } - Ray create_ray(int, int); - Ray create_ray(float, float); + Ray create_ray(int, int) const; + Ray create_ray(float, float) const; void view_all(bool = false);