Inheritance diagram for osgUtil::RenderLeaf:

Public Member Functions | |
| RenderLeaf (osg::Drawable *drawable, osg::RefMatrix *projection, osg::RefMatrix *modelview, float depth=0.0f) | |
| void | set (osg::Drawable *drawable, osg::RefMatrix *projection, osg::RefMatrix *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::RefMatrix > | _projection |
| osg::ref_ptr< osg::RefMatrix > | _modelview |
| float | _depth |
Friends | |
| class | osgUtil::RenderGraph |
| Allow RenderGraph to change the RenderLeaf's _parent. | |
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
Allow RenderGraph to change the RenderLeaf's _parent.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2