OpenSceneGraph/include
Robert Osfield dd13893861 From Farshid Lashkari, "I noticed some problems when setting up CameraNodes that inherit
viewport settings in stereo mode. It seems that the SceneView::cull()
method will pass the full size viewport to the left/right
cullvisitors, instead of the modified stereo viewport. I made quite a
few changes to SceneView to fix the issue. The SceneView::cullStage()
method will now receive the viewport as an argument, instead of using
the global viewport. The SceneView::cull() method will pass the
modifed viewport to cullStage when rendering in stereo.

There are 2 new private methods computeLeftEyeViewport() and
computeRightEyeViewport() that will compute the stereo viewports. I
also modified the draw() function so it applies the correct viewport
to the prerender stages. These changes are only necessary for
horizontal/vertical split stereo."
2008-06-19 14:29:38 +00:00
..
OpenThreads Updated wrappers to fix OpenThreads::Atomic build issues. 2008-06-19 13:28:33 +00:00
osg In Program::PerContextProgram changed const Uniform* to osg::ref_ptr<const Uniform*> to avoid the possibility of a uniform being deleted 2008-06-19 11:58:34 +00:00
osgDB Added a wrapString(const char*) which automatically handles null strings. 2008-06-18 16:45:21 +00:00
osgFX From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00
osgGA Added support for assigning GraphicsContext to individual GUIEventAdapter events, 2008-06-02 17:34:47 +00:00
osgIntrospection From Donald Cipperly, "This is a fix to eliminate >> errors in VS 7.1" 2008-05-07 14:24:14 +00:00
osgManipulator Changed method parameter to use const & 2008-02-25 14:27:57 +00:00
osgParticle Added doxygen docs 2008-03-17 12:11:39 +00:00
osgShadow From Adrian Egli, improvements to ParallelSplitShadowMap implementation 2008-05-28 14:11:22 +00:00
osgSim Converted static const unsigned int definitio to enum. 2008-03-14 12:03:11 +00:00
osgTerrain Reorginized the TerrainTile/TerrainTechnique dirty mechanism so that TerrainTile 2008-05-27 15:30:20 +00:00
osgText From David Callu, "fixed bounding box bug" 2008-06-18 10:46:05 +00:00
osgUtil From Farshid Lashkari, "I noticed some problems when setting up CameraNodes that inherit 2008-06-19 14:29:38 +00:00
osgViewer From Bob Kuehne, "this submission extends the osgViewer::RecordCameraPathHandler to have an optionally-enabled auto-incrementing filename. default behavior is still the same, but there's one new method to enable autoincrementing filenames." 2008-06-18 11:13:51 +00:00