OpenSceneGraph/examples/osgsimulation
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
..
GNUmakefile Preparation for moving osgGL2 out of the core OSG into its own seperate distribution. 2005-04-14 11:28:23 +00:00
GNUmakefile.inst From Randall Hopper, with small order tweak from Robert and addition to GNUmakefile.inst, 2005-03-23 20:48:50 +00:00
osgsimulation.cpp Reorganised the Group::removeChild and Geode::removeDrawable methods so 2006-05-02 09:45:31 +00:00