OpenSceneGraph/include
Robert Osfield 075b1b769c Beginning of crease angle support for SmoothingVisitor to all it duplicate vertices are creases
thus enabling separate normals for triangles adjacent to the creases.
2010-07-30 19:39:38 +00:00
..
OpenThreads
osg Added debug State::print(std::ostream&) method and extra debug messages in ShaderComposer and ShaderAttribute. 2010-07-10 17:14:59 +00:00
osgAnimation From Michael Platings, The attached file fixes 2 issues: 2010-06-09 13:09:40 +00:00
osgDB Added timing code for helping detect deadlocks in the paging threads 2010-06-16 08:13:00 +00:00
osgFX
osgGA Changed the default behaviour of computeHomePosition so that it uses the bounding sphere of the model rather than computing the bounding box. 2010-06-16 15:56:42 +00:00
osgManipulator
osgParticle Changed emit() to emitParticles() to avoid collision with Qt. 2010-07-30 16:06:22 +00:00
osgPresentation
osgQt From Jean-Sebastien Guay and Martin Scheffler, "First are Martin's changes: 2010-07-08 10:51:37 +00:00
osgShadow Fixes for building OSG with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF. 2010-05-12 11:37:27 +00:00
osgSim
osgTerrain Moved across to using more flexible dirtyMark when dirtying tiles 2010-05-27 13:58:46 +00:00
osgText Added raw primitive and vertex data into the osgText::Font3D and FreeTypePlugin to aid development of new 3D text functionality. 2010-07-14 18:50:41 +00:00
osgUtil Beginning of crease angle support for SmoothingVisitor to all it duplicate vertices are creases 2010-07-30 19:39:38 +00:00
osgViewer From Brad Christiansen, "The small change I have made (against this morning's trunk) enables subclasses to register and unregister windows via protected methods. I need this access as I have a subclass that handles some of the oddities of mixing a native OpenGL window with Java's windowing system. I doubt there will be much general benefit of the modification but it should also not be harmful in any way to others." 2010-06-28 08:24:53 +00:00
osgVolume
osgWidget