OpenSceneGraph/include
Robert Osfield bead0740f2 From Aurelien Albert, "This submission allow the user to specify how to setup VertexAttributeAliasing.
I think this is necessary on OpenGL 3.2+ since this is no more "default" locations in the OpenGL specs.

The default behaviour stay the same.

There is a few new methods on osg::State :

- resetVertexAttributeAlias : reset all vertex alias to osg's default ones
- set**Alias : set a vertex attribute alias configuration
- setAttributeBindingList : set the attribute binding list (allow to specify an empty list if you're using "layout" qualifier in glsl code to specify the bindings. This save some CPU operations)"
2013-06-26 13:00:12 +00:00
..
OpenThreads From Piotr Domagalski, "Currently, code using OpenSceneGraph doesn't build with clang due to the way __sync_bool_compare_and_swap() is used in OpenThreads/Atomic header file. 2012-09-06 10:52:28 +00:00
osg From Aurelien Albert, "This submission allow the user to specify how to setup VertexAttributeAliasing. 2013-06-26 13:00:12 +00:00
osgAnimation Fixed usage of META_NodeVisitor so it doesn't include "" 2013-01-24 18:48:34 +00:00
osgDB From Christian Noon, "Got a simple patch for correcting a problem with the USE_COMPRESSOR_WRAPPER() macro in the osgDB::Registry. The problem is that the wrapper declaration doesn't match the one defined in the REGISTER_COMPRESSOR() method in the osgDB::ObjectWrapper method. This patch fixes the wrapper declaration so they both match properly. I ran into this problem using compressed files in an iOS application where all the libraries and plugins need to be built statically." 2013-06-24 09:31:34 +00:00
osgFX Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
osgGA From Ulrich Hertlein, "attached is a patch that fixes another clang++ compiler warning when returning 2013-05-31 10:23:49 +00:00
osgManipulator Changed dispatch to virtual 2012-09-25 11:04:11 +00:00
osgParticle From Vladimir Chebaev, "I worked with osg::Particle and see that this class has setter osgParticle::setTextureTileRange and has no getters for startTile and endTile. This can be very uncomfortable. 2013-06-20 12:15:57 +00:00
osgPresentation Added <display_broadcast_event> and <dismiss_broadcast_event> support to <timeout> to allow the different timeout statges to be broadcast. 2013-01-17 13:51:52 +00:00
osgQt From Jan Ciger, compilation fix for Qt 5.0.2 2013-06-20 09:30:31 +00:00
osgShadow Fixed date typo 2013-05-28 14:40:36 +00:00
osgSim Fixed usage of META_NodeVisitor so it doesn't include "" 2013-01-24 18:48:34 +00:00
osgTerrain From Ulrich Hertlein, "Attached is a patch that introduces 'static_cast<unsigned int>' on some instances where 2013-05-14 16:12:21 +00:00
osgText Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
osgUtil From Lars Nillson, "The change in this submission is to take care of the setting given by a call to 2013-06-24 11:14:13 +00:00
osgViewer Fixed panning bug, when using RUN_ON_DEMAND, that resulted in the camera being thrown off towards infinity. 2013-05-24 09:35:58 +00:00
osgVolume Added xml defined property/property animation to .p3d format for <volume> propeties: 2012-11-30 14:21:45 +00:00
osgWidget Changed point to osg::ref_ptr<> to prevent memory leaks. 2013-04-16 09:26:40 +00:00