OpenSceneGraph/examples/osgdepthpartition
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
..
DepthPartitionNode.cpp Reorganised the Group::removeChild and Geode::removeDrawable methods so 2006-05-02 09:45:31 +00:00
DepthPartitionNode.h Reorganised the Group::removeChild and Geode::removeDrawable methods so 2006-05-02 09:45:31 +00:00
DistanceAccumulator.cpp Replaced tabs with spaces in examples. 2005-11-17 20:22:55 +00:00
DistanceAccumulator.h From Ravi Mathur, "New functionality is the ability to automatically determine the 2005-10-27 09:38:06 +00:00
GNUmakefile Added option to osgdepthpartion for loading the model specified on the commandline. 2005-10-27 13:53:55 +00:00
GNUmakefile.inst Added option to osgdepthpartion for loading the model specified on the commandline. 2005-10-27 13:53:55 +00:00
osgdepthpartition.cpp From Keith Steffen, changed instance of sun to sun_geode to avoid Solaris10 build issue with it defining "sun"?#! 2006-03-17 22:22:57 +00:00