]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/camera.h
Replace ProgramData copy constructor with a more explicit copy function
[libs/gl.git] / source / render / camera.h
index ed81a9511b3fcd9640fa4170f5adf28c23091a34..cb9b4ce19423e36cdf126303a6e0b197eeb2ff69 100644 (file)
@@ -61,6 +61,8 @@ private:
 public:
        Camera();
 
+       void copy_parameters(const Camera &);
+
        /** Sets the camera projection to perspective, characterised by the vertical
        field of view.  Horizontal FoV is computed with the aspect ratio. */
        void set_field_of_view(const Geometry::Angle<float> &);