Moby
|
This OSG NodeVisitor colors all Geometry & ShapeDrawable of a single node. More...
#include <Color.h>
This OSG NodeVisitor colors all Geometry & ShapeDrawable of a single node.
usage example: CcolorVisitor newColor; newColor.setColor( r , g , b , a=1.0 ); node->accept( newColor );