Base Drawables

To simplify implementation there are two base Drawables that can be used as parent classes for derivation: osg::Drawable and osg::MaterialDrawable.

Drawable

The simple Drawable is the root class of all renderable NodeCores. It contains the Statistics element descriptors that can be used to collect information about renderable geometry.

MaterialDrawable

The MaterialDrawable contains a pointer to a osg::Material that is used to render the node. It is abstract, but the base for most renderable classes.

Generated on Mon Mar 17 11:10:26 2008 for OpenSG by  doxygen 1.5.5