Inheritance diagram for osgUtil::RenderStageLighting:
Public Types | |
typedef std::pair< osg::ref_ptr< const osg::StateAttribute >, osg::ref_ptr< osg::RefMatrix > > | AttrMatrixPair |
typedef std::vector< AttrMatrixPair > | AttrMatrixList |
typedef std::map< unsigned int, AttrMatrixList > | TexUnitAttrMatrixListMap |
Public Member Functions | |
RenderStageLighting () | |
virtual osg::Object * | cloneType () const |
virtual osg::Object * | clone (const osg::CopyOp &) const |
virtual bool | isSameKindAs (const osg::Object *obj) const |
virtual const char * | libraryName () const |
virtual const char * | className () const |
virtual void | reset () |
virtual void | addPositionedAttribute (osg::RefMatrix *matrix, const osg::StateAttribute *attr) |
virtual void | addPositionedTextureAttribute (unsigned int textureUnit, osg::RefMatrix *matrix, const osg::StateAttribute *attr) |
virtual void | draw (osg::State &state, RenderLeaf *&previous) |
Public Attributes | |
AttrMatrixList | _attrList |
TexUnitAttrMatrixListMap | _texAttrListMap |
Protected Member Functions | |
virtual | ~RenderStageLighting () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return the name of the object's class type. Must be defined by derived classes. Implements osg::Object. |
|
Clone an object, with Object* return type. Must be defined by derived classes. Implements osg::Object. |
|
Clone the type of an object, with Object* return type. Must be defined by derived classes. Implements osg::Object. |
|
|
|
Reimplemented from osg::Object. |
|
return the name of the object's library. Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. Implements osg::Object. |
|
|
|
|
|
|