OpenSceneGraph/include
Robert Osfield 43f0efd6d2 Reorganised the Group::removeChild and Geode::removeDrawable methods so
that removeChild(Node*), removeChild(uint) and equivilant Geode methods are
now inline methods, not designed to be overriden, and seperated out the
multiple remove method to be called removeChildren(uint, uint) which is
now the only virtual method.  There removeChildren is now the method to
override in subclasses.

This reorganisation requires some call code to be rename removeChild usage
to removeChildren.
2006-05-02 09:45:31 +00:00
..
osg Reorganised the Group::removeChild and Geode::removeDrawable methods so 2006-05-02 09:45:31 +00:00
osgDB From Chris Hanson, added get methods for size of file request and data to compile lists. 2006-02-04 21:06:48 +00:00
osgFX From Rodger James, changed the Win32 static library compilation support to use 2005-11-18 09:52:24 +00:00
osgGA Added createEvent() convinience method. 2006-03-15 15:49:21 +00:00
osgIntrospection From Rodger James, changed the Win32 static library compilation support to use 2005-11-18 09:52:24 +00:00
osgParticle UPdated wrappers 2006-04-25 13:50:07 +00:00
osgProducer Converted SceneHandlerList to use Producer::ref_ptr<> 2006-04-04 12:58:56 +00:00
osgSim Added exports. 2006-03-17 22:23:37 +00:00
osgTerrain From Jason Beverage, added option to control whether simplification of 2005-12-15 16:30:31 +00:00
osgText From Eric Wing, made getLineCount() const. 2005-12-19 11:18:26 +00:00
osgUtil From Brede Johansen, added MergeGeode visitor to osgUtil::Optimizer. 2006-04-06 14:06:22 +00:00