Inheritance diagram for osgUtil::RenderLeaf:
Public Methods | |
RenderLeaf (osg::Drawable *drawable, osg::Matrix *projection, osg::Matrix *modelview, float depth=0.0f) | |
void | set (osg::Drawable *drawable, osg::Matrix *projection, osg::Matrix *modelview, float depth=0.0f) |
void | reset () |
virtual void | render (osg::State &state, RenderLeaf *previous) |
Public Attributes | |
RenderGraph * | _parent |
osg::Drawable * | _drawable |
osg::ref_ptr< osg::Matrix > | _projection |
osg::ref_ptr< osg::Matrix > | _modelview |
float | _depth |
Friends | |
class | osgUtil::RenderGraph |
allow RenderGraph to change the RenderLeaf's _parent. |
|
|
|
|
|
|
|
|
|
allow RenderGraph to change the RenderLeaf's _parent.
|
|
|
|
|
|
|
|
|
|
|