OpenSceneGraph/include
Robert Osfield 85fffc2e76 From Roland Smeenk, "Attached you will find an improved Collada plugin to properly support camera's.
A Collada camera will be added to the scenegraph as osg::CameraView. This allows the user to create a set of predefined camera viewpoints. I also added a new MatrixManipulator to osgGA called CameraViewSwitchManipulator and added usage of this to the osgviewer example. This manipulator allows switching between the predefined camera viewpoints. The current design limition I ran into is that a MatrixManipulator only manipulates the ViewMatrix, but for this particular  manipulator I also want to update the projectionMatrix of the camera when switching to a new viewpoint. This is not implemented because I don't know what would be the best way to design it. Any ideas?
 
Furthermore Collada also supports orthographic camera's, where an osg::CameraView only supports a perspective camera. Would it be useful to create a CameraView with customizable optics for this?"
2009-01-05 16:53:29 +00:00
..
OpenThreads Updated version numbers for 2.8.8 dev release 2008-12-16 16:36:33 +00:00
osg From Paul Martz, Correction to Timer method comment. 2009-01-05 11:58:08 +00:00
osgAnimation Fixed warnings 2008-12-18 11:06:57 +00:00
osgDB Introduce NodeVisitor::className and libraryName() 2008-12-17 12:13:15 +00:00
osgFX Improved the doxygen docs over the various namespaces 2008-08-05 19:17:09 +00:00
osgGA From Roland Smeenk, "Attached you will find an improved Collada plugin to properly support camera's. 2009-01-05 16:53:29 +00:00
osgIntrospection Warning fixes 2008-12-17 11:00:16 +00:00
osgManipulator From Serge Lages, "Here you can find some modifications to osgManipulator to work with double values instead of floats. Indeed I faced problems with the osgManipulator library when working with Earth based scenes, it was impossible to drag objects in a precise way if they were too far from the center of the scene." 2008-11-21 11:23:21 +00:00
osgParticle Made the ParticleSystemUpdate::addParticleSystem, removeParticleSystem, replaceParticleSystem and setParticleSystem methods all virtual to allow them to be overriden. 2008-11-21 12:30:12 +00:00
osgShadow Warning fixes 2008-12-17 11:00:16 +00:00
osgSim Fixed warning & error 2008-12-19 12:58:50 +00:00
osgTerrain Introduced osgVolume::Layer and Locator classes mirrroring similar classes in osgTerrain. 2009-01-05 11:26:26 +00:00
osgText Improved the doxygen docs over the various namespaces 2008-08-05 19:17:09 +00:00
osgUtil Updated wrappers 2008-12-19 10:20:23 +00:00
osgViewer Moved main setSceneData methods in osgViewer::View::setSceneData() 2008-12-19 17:50:58 +00:00
osgVolume Introduced osgVolume::Layer and Locator classes mirrroring similar classes in osgTerrain. 2009-01-05 11:26:26 +00:00
osgWidget From Cedric Pinson, added non const getText() method 2009-01-05 11:31:38 +00:00