OpenSceneGraph/include/osgUtil
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
..
CubeMapGenerator Added Macro's new cube map generation classes and osgcubemap demo. 2002-10-10 12:44:38 +00:00
CullVisitor Made the more of the OSG's referenced object desctructors protected to ensure 2003-01-10 09:25:42 +00:00
DisplayListVisitor Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
DisplayRequirementsVisitor From Tree, mods to help support the creation of Java bindings. 2002-12-06 09:44:11 +00:00
Export Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
HalfWayMapGenerator Added Macro's new cube map generation classes and osgcubemap demo. 2002-10-10 12:44:38 +00:00
HighlightMapGenerator Added Macro's new cube map generation classes and osgcubemap demo. 2002-10-10 12:44:38 +00:00
InsertImpostorsVisitor Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
IntersectVisitor Made the more of the OSG's referenced object desctructors protected to ensure 2003-01-10 09:25:42 +00:00
Optimizer Added support for sharing arrays in the .osg format for osg::Geometry. 2003-01-07 16:29:07 +00:00
ReflectionMapGenerator Added Macro's new cube map generation classes and osgcubemap demo. 2002-10-10 12:44:38 +00:00
RenderBin Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
RenderGraph Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
RenderLeaf Made the more of the OSG's referenced object desctructors protected to ensure 2003-01-10 09:25:42 +00:00
RenderStage Made the more of the OSG's referenced object desctructors protected to ensure 2003-01-10 09:25:42 +00:00
RenderStageLighting Made the more of the OSG's referenced object desctructors protected to ensure 2003-01-10 09:25:42 +00:00
RenderToTextureStage Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
SceneView Made the more of the OSG's referenced object desctructors protected to ensure 2003-01-10 09:25:42 +00:00
SmoothingVisitor Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Tesselator Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
TransformCallback Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
TriStripVisitor Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
UpdateVisitor Renamed all instance of AppCallback/AppVisitor to UpdateCallback/UpdateVisitor 2002-12-19 15:55:40 +00:00
Version Updated docs and added osgGA 2002-07-16 20:07:32 +00:00