OpenSceneGraph/src
2010-05-20 13:38:28 +00:00
..
OpenThreads From Bernardt Duvenhage: "I noticed that in 'src/OpenThreads/pthreads/CMakeLists.txt' a '!' has been written instead of 'NOT' within an if statement expression. 2010-04-29 15:23:43 +00:00
osg Introduced a alternative implementation of observer_ptr<> that uses ObserverSet rather than an local WeakReference object. 2010-05-20 13:38:28 +00:00
osgAnimation From Wang Rui, "Attached is the osgAnimation wrappers for serialize IO operations. A 2010-04-19 10:35:18 +00:00
osgDB Fixed typo 2010-05-18 17:58:35 +00:00
osgFX Added missing .get() to fix build when compiling with no automatic type convention in ref_ptr<> 2010-01-13 11:45:19 +00:00
osgGA From Wang Rui, "Two small bugs were just found when I was writing examples for my book 2010-04-28 20:33:40 +00:00
osgIntrospection From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately. 2009-03-23 16:01:02 +00:00
osgManipulator From Stephan Huber, "attached you'll find a bugfix for removeTransformUpdating and another 2009-11-19 17:42:25 +00:00
osgParticle From Martin Scheffler, "osgParticle: method to set start and end tile for particle texture (for animated particles). I also updated examples/osgParticle to show the feature. 2009-11-24 15:00:11 +00:00
osgPlugins Fixed typos in method names 2010-05-18 10:12:30 +00:00
osgPresentation Added support for using dot graphs directly in the <graph></graph> token 2010-04-30 10:50:17 +00:00
osgQt From Wang Rui, QWidgetImage class that enables QWidgets to be used as an interactive osg::Image that can be assigned to textures. 2010-03-10 13:24:53 +00:00
osgShadow Changed the AbmientBias type from Vec2d to Vec2 as use of double is inappropriate. 2010-04-20 10:35:33 +00:00
osgSim From Wang Rui, serializers for osgSim and osgVolume 2010-05-18 11:00:06 +00:00
osgTerrain Removed inappropriate code which was causing a memory leak. This code was clearly a copy and paste error. The mistake was spotted by Robin Bourianes, with code changes made by Robert Osfield. 2010-05-12 14:34:18 +00:00
osgText Removed the sizeAdjustment code as it was leading to incorrect tex coord generation and clipping of the left handside 2010-03-18 14:41:33 +00:00
osgUtil From Gunter Huber, fixes for better GLES2 support 2010-05-13 10:01:07 +00:00
osgViewer From Gunter Huber, fixes for better GLES2 support 2010-05-13 10:01:07 +00:00
osgVolume Added return at end of to fix warning 2009-09-24 10:11:32 +00:00
osgWidget Fixed warning 2010-03-05 16:07:12 +00:00
osgWrappers From Wang Rui, serializers for osgSim and osgVolume 2010-05-18 11:00:06 +00:00
CMakeLists.txt Moved QWebViewImage and QGraphicsViewAdapter into new osgQt utility library. 2010-03-04 12:15:35 +00:00