OpenSceneGraph/include
2009-11-03 16:34:54 +00:00
..
OpenThreads From Michael Platings, "I've been looking at the discussion from 2006 ("[osg-users] osgDB/Reentrant Mutex not threadsafe ?") about this, and having looked closely at OpenThreads::ReentrantMutex it's still not thread safe in the following situation: 2009-03-12 10:12:42 +00:00
osg From Paul Martz, changes for compiling against OpenGL 3.x 2009-11-03 16:34:54 +00:00
osgAnimation From Cedric Pinson, Fix warning in osgAnimation, UpdateCallback. Fix bug removing callback in Action. Fix warning Stats 2009-10-29 16:09:07 +00:00
osgDB Added support for trimming the contents of parsed Xml graph 2009-08-19 15:36:23 +00:00
osgFX Improved the doxygen docs over the various namespaces 2008-08-05 19:17:09 +00:00
osgGA Simplified throw rate code, and add throw rate compensation into zoom in/out code. 2009-06-25 18:31:43 +00:00
osgIntrospection Merged in various changes from the OSG-2.8 to being svn/trunk up to date. 2009-02-19 14:24:10 +00:00
osgManipulator Introduced TabBoxTrackballDragger 2009-08-05 16:02:44 +00:00
osgParticle Removed remaining glBegin/glEnd usage 2009-10-21 16:40:45 +00:00
osgPresentation Ported osgUtil, osgDB, osgGA, NodeKits and plugins to compile against OpenGL ES 1.1 and OpenGL ES 2.0. 2009-10-28 20:31:57 +00:00
osgShadow Converted viewer camera references to use observer_ptr<> rather than ref_ptr<> or C pointers to avoid issues with circular references/dangling pointers. 2009-01-27 14:11:37 +00:00
osgSim Fixed warnings 2009-01-07 10:32:59 +00:00
osgTerrain From Chris Hanson, typo and comment clean ups 2009-07-24 14:45:44 +00:00
osgText Ported osgUtil, osgDB, osgGA, NodeKits and plugins to compile against OpenGL ES 1.1 and OpenGL ES 2.0. 2009-10-28 20:31:57 +00:00
osgUtil Cleaned up the #define's for when GLU is not available 2009-10-08 09:27:54 +00:00
osgViewer Fixed compile issue with Image.cpp and osgautocapture.cpp under GLES. 2009-11-01 09:04:41 +00:00
osgVolume Renamed the osgVolume::Layer/ImageDetails parameters RescaleIntercept and RescaleSlope to more general TexelOffset and TexelScale, and changed type to Vec4. 2009-09-03 13:40:50 +00:00
osgWidget From Cesar L.B. Silveira, "I have written these few lines of code which allow setting the label 2009-10-10 11:06:30 +00:00