Files
OpenSceneGraph/examples
Robert Osfield a7ba138dc7 Introduced osg::Camera::resize(..) method and associated enum thus:
enum ResizeMask
        {
            RESIZE_VIEWPORT=1,
            RESIZE_ATTACHMENTS=2,
            RESIZE_PROJECTIONMATRIX=4,
            RESIZE_DEFAULT=RESIZE_VIEWPORT|RESIZE_ATTACHMENTS
        };

        /** Resize, to the specified width and height, the viewport, attachments and projection matrix according to the resizeMask provided.
          * Note, the adjustment of the projection matrix is done if the RESIZE_PROJECTIONMATRIX mask to set and according to the rules specified in the ProjectionResizePolicy. */
        void resize(int width, int height, int resizeMask=RESIZE_DEFAULT);



git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14811 16af8721-9629-0410-8352-f15c8da7e697
2015-03-31 16:23:43 +00:00
..
2014-12-02 15:21:24 +00:00
2014-08-19 09:00:42 +00:00
2014-11-26 16:04:33 +00:00
2014-05-14 10:19:43 +00:00
2015-02-27 04:29:30 +00:00
2013-10-24 20:22:13 +00:00
2008-07-12 11:19:25 +00:00
2014-12-18 11:09:43 +00:00
2009-12-15 14:45:33 +00:00
2014-12-10 18:23:32 +00:00
2014-05-14 10:19:43 +00:00
2015-01-22 15:07:50 +00:00
2008-12-18 13:56:30 +00:00