OpenSceneGraph/include
Robert Osfield f36bc69c58 Made the more of the OSG's referenced object desctructors protected to ensure
that they arn't created on the stack inappropriately.

Split the implemention of Matrix up so that it is a simple no referenced counted
class and can be safefly created on the stack.  To support referenced counting a
seperate subclass now exists, this is RefMatrix which inherits from both Matrix and
Object.
2003-01-10 09:25:42 +00:00
..
osg Made the more of the OSG's referenced object desctructors protected to ensure 2003-01-10 09:25:42 +00:00
osgDB Made the more of the OSG's referenced object desctructors protected to ensure 2003-01-10 09:25:42 +00:00
osgGA Added support for recording camera animation paths in osgGLUT::Viewer, and fixed 2002-11-06 10:24:33 +00:00
osgGLUT Renamed all instance of AppCallback/AppVisitor to UpdateCallback/UpdateVisitor 2002-12-19 15:55:40 +00:00
osgParticle Name change and const change of Drawable::drawImmediateMode(State&) to 2002-11-06 15:43:11 +00:00
osgSim Removed the osg::LightPoint::OPAQUE option, and implemented the ADDTIVE blending option. 2003-01-06 16:42:02 +00:00
osgText From Tree, support for encoded text added into osgText. 2003-01-08 15:22:17 +00:00
osgUtil Made the more of the OSG's referenced object desctructors protected to ensure 2003-01-10 09:25:42 +00:00