OpenSceneGraph/include
Cedric Pinson 3c45fb1e6c From Michael Platings,
- Animations with equal priority are now weighted correctly relative to each other
- (minor) Channels no longer store their weight as the only time it's used is in update() when Animation can pass in the weight directly
From Cedric Pinson,
- I adjusted the quaternion blending to keep the commutativy property
2009-08-26 09:24:02 +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 Michael Platings, "the DAE importer was crashing when calling osg::Object::setName with a null pointer argument. Rather than trying to fix all the places this might happen and probably missing a few, I thought it would be better to trivially validate the input in setName. With this fix if setName is called with a null pointer then the name is cleared." 2009-08-22 17:13:19 +00:00
osgAnimation From Michael Platings, 2009-08-26 09:24:02 +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 From Tom Jolly, "A new compiler and a new warning. 2009-06-19 13:09:31 +00:00
osgPresentation Added support for volume tags with properties: 2009-08-05 14:37:56 +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 From Terry Welsh, "Okay, here are the mods I wrote for drawing a filled bounding box 2009-07-24 14:59:51 +00:00
osgUtil From Wojciech Lewandowski, support for FBO's without colour or depth attachments. 2009-08-21 09:34:48 +00:00
osgViewer Moved the updating and expiry of the Registry object cache from DatabasePager into osgViewer::Viewer/CompositeViewer. 2009-08-05 11:06:53 +00:00
osgVolume Added callback to locator in support of interactive updating of the volume extents 2009-07-03 05:54:02 +00:00
osgWidget From Stephane Lamoliatte, "I just add the a missing getView() function to the WindowManager." 2009-08-21 09:54:45 +00:00