OpenSceneGraph/examples/osgfxbrowser
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
..
Frame.cpp Reorganised the Group::removeChild and Geode::removeDrawable methods so 2006-05-02 09:45:31 +00:00
Frame.h Namespaced Rect and Frame to osgfxbrowser::Rect/Frame, as this was causing 2004-10-24 21:05:27 +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 Added osgFX - Marco Jez's special effects nodekit. 2003-08-26 21:17:22 +00:00
osgfxbrowser.cpp Reorganised the Group::removeChild and Geode::removeDrawable methods so 2006-05-02 09:45:31 +00:00