osgEarth 2.1.1
|
Public Member Functions | |
AMRDrawable () | |
void | add (AMRTriangle *triangle) |
Public Attributes | |
osg::ref_ptr< osg::StateSet > | _stateSet |
AMRTriangleList | _triangles |
Definition at line 58 of file AMRGeometry.
AMRDrawable::AMRDrawable | ( | ) |
Definition at line 85 of file AMRGeometry.cpp.
{ _stateSet = new osg::StateSet(); }
void AMRDrawable::add | ( | AMRTriangle * | triangle | ) | [inline] |
Definition at line 62 of file AMRGeometry.
{ _triangles.push_back( triangle ); }
osg::ref_ptr<osg::StateSet> AMRDrawable::_stateSet |
Definition at line 64 of file AMRGeometry.
Definition at line 65 of file AMRGeometry.