OpenSceneGraph/src
Robert Osfield 09ebb061c2 From Cedric Pinson, "Here a small fix about gdal plugin used to read dem file, if you dont
setup the log level to INFO it does not work. It's because of this line:
OSG_INFO << "   GetGeoTransform == "<<
dataset->GetGeoTransform(geoTransform)<<"

I have just put the function outside of an stream stuff, and it works.
It's possible we have other code like that in other plugins, I guess
it's a side effect of the MACRO stuff about notification."
2010-12-11 15:12:09 +00:00
..
OpenThreads From Mathias Froehlich, "Attached are most of the fixes that are required to build osg on solaris and 2010-12-02 14:13:54 +00:00
osg Removed redundent call. 2010-12-03 17:20:32 +00:00
osgAnimation From Rob Smith, makes hardware skinning use of the existing stateset 2010-08-04 08:35:49 +00:00
osgDB Refactor of DatabasePage/IncrementalCompileOperation to use the IncrementalCompileOperator for compiling objects 2010-12-10 15:27:19 +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 From Mathias Froehlich, "Attached are most of the fixes that are required to build osg on solaris and 2010-12-02 14:13:54 +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 Cedric Pinson, "Here a small fix about gdal plugin used to read dem file, if you dont 2010-12-11 15:12:09 +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 From Wojciech Lewandowski, "1: fix for a issue with MinimalShadowMap and LightSpacePerspectiveShadowMapVB techniques ignoring minLightMargin parameter. 2010-11-24 10:09:04 +00:00
osgSim From Eduardo Poyart, OSG patch: made it read ancillary IndexedStrings into MultiSwitch 2010-11-26 17:35:06 +00:00
osgTerrain From Ulrich Hertlein, "attached are patches to osgTerrain that fix some typos and add a bit of documentation. 2010-12-08 10:34:29 +00:00
osgText From Johannes Bauerle, "When trying to use the osgText functionality in an osg application built without support for the fixed function pipeline I got a lot of warning messages about invalid calls. 2010-12-03 17:50:38 +00:00
osgUtil Refactor of DatabasePage/IncrementalCompileOperation to use the IncrementalCompileOperator for compiling objects 2010-12-10 15:27:19 +00:00
osgViewer Refactor of DatabasePage/IncrementalCompileOperation to use the IncrementalCompileOperator for compiling objects 2010-12-10 15:27:19 +00:00
osgVolume Converted osg::notify to OSG_INFO etc. 2010-05-28 16:04:19 +00:00
osgWidget From Mathias Froehlich, "Attached are most of the fixes that are required to build osg on solaris and 2010-12-02 14:13:54 +00:00
osgWrappers From Ulrich Hertlein, "attached are patches to osgTerrain that fix some typos and add a bit of documentation. 2010-12-08 10:34:29 +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