Files
OpenSceneGraph/include/osg
Robert Osfield f8340f9ef5 Removed the cached matrices from osg::Camera, so that
osg::Camrea::getModelViewMatrix() and osg::Camera::getProjectionMatrix() are
calculated on the fly.  Removed various redudent methods, including the
project and unproject methods which are better supported within osgUtil::SceneView.

Added a computeWindowMatrix() method to Viewport, to make it easier to construct
a MV*P*W matrix for converting local coords into screen coords and visa versa.
Converted SceneView and CullVisitor to use this new method.
2002-04-16 11:41:32 +00:00
..
2002-02-22 23:39:42 +00:00
2002-04-13 22:19:29 +00:00
2002-03-25 19:04:30 +00:00
2002-02-22 23:40:25 +00:00
2002-04-12 09:53:39 +00:00