OpenSceneGraph/src
2010-11-09 17:17:13 +00:00
..
OpenThreads From Wang Rui, warning fix. 2010-10-14 12:20:51 +00:00
osg From David Fries and Robert Osfield, fix for handling remote GLX server that declares GL 3.0 support but doesn't actually implement it correctly. 2010-11-05 17:31:25 +00:00
osgAnimation From Rob Smith, makes hardware skinning use of the existing stateset 2010-08-04 08:35:49 +00:00
osgDB Refactored the versioning of serializers so it now uses a _firstVersion and _lastVersion make it possible 2010-11-09 13:23:43 +00:00
osgFX From Todd Furlong, "I made a couple of changes to the osgFX::Outline class (SVN patch attached). I had a couple of issues with it that I was trying to resolve: 2010-09-15 10:50:24 +00:00
osgGA Changed setTransformation(eye, center, up) paramter ordering to match gluLookAt conventions. 2010-08-16 11:03:24 +00:00
osgManipulator From Mikhail Izmestev, "I have discovered problem with draggers from osgManipulator in HUD. 2010-10-29 15:18:34 +00:00
osgParticle Added glMultMatrixf path for GLES1 2010-10-04 11:24:54 +00:00
osgPlugins From Wang Rui with small tweak from Robert Osfield, fix of memory leak in gif plugin when using GifImageStream 2010-11-09 15:48:46 +00:00
osgPresentation Changed the reading of animation paths so that it's always done without using the osgDB object cache. 2010-09-27 09:58:07 +00:00
osgQt Moved TextNode into osgText. 2010-09-07 18:18:35 +00:00
osgShadow Fixed permissions 2010-06-03 15:09:06 +00:00
osgSim Introduced the use of atan2 in place of asin/acos for reliability and simplicity 2010-06-14 16:27:35 +00:00
osgTerrain From Brad Christiansen and Robert Osfield, "I have added the new function as suggested. The change was made against trunk from an hour or so ago. I haven't tested the performance yet (and probably won't get a chance till next week) but I have checked my terrains still work. I defaulted the equalization to off as I thought this was best until we can look into why there is the performance hit. 2010-11-02 12:15:18 +00:00
osgText Tempory fix for regression due to remove of glPushAttrib/glPopAttrib 2010-10-08 18:53:16 +00:00
osgUtil From Sukender, "1. More handled cases in MergeGeometryVisitor 2010-11-05 17:04:08 +00:00
osgViewer Added traversal of salve camera subgraphs when the slave camera doesn't share it's scene graph wiht the View's master scene graph. 2010-11-09 17:17:13 +00:00
osgVolume Converted osg::notify to OSG_INFO etc. 2010-05-28 16:04:19 +00:00
osgWidget From Jean-Sebastien Guay, "osgWidget::WindowManager did nothing in its keyUp event, and in particular didn't call any callbacks. Since I wanted to have callbacks on keyUp, I copied what it does on keyDown, which works for me. I could have just used keyDown and saved myself the trouble, but you know me... :-) 2010-09-09 16:49:10 +00:00
osgWrappers From Javier Taibo, " In current SVN code, when exporting an osgParticle::Particle object to the .osg file format, it crashes if no drawable was set in the particle. 2010-11-02 11:19:17 +00:00
CMakeLists.txt Removed osgIntrospection as it's now available as a seperate osgIntrospection project that can be checked out thus: 2010-06-23 13:28:19 +00:00