Google

class OSGUTIL_EXPORT osgUtil::RenderStageLighting

RenderBin base class

Inheritance:


Public Fields

[more]AttrMatrixList _attrList

Public Methods

[more] RenderStageLighting()
[more]virtual osg::Object* cloneType() const
[more]virtual osg::Object* clone(const osg::CopyOp&) const
[more]virtual bool isSameKindAs(const osg::Object* obj) const
[more]virtual const char* libraryName() const
[more]virtual const char* className() const
[more]virtual void reset()
[more]virtual void addPositionedAttribute(osg::RefMatrix* matrix, const osg::StateAttribute* attr)
[more]virtual void draw(osg::State& state, RenderLeaf*& previous)

Public Members

[more]typedef std::pair< const osg::StateAttribute*, osg::ref_ptr<osg::RefMatrix> > AttrMatrixPair
[more]typedef std::vector< AttrMatrixPair > AttrMatrixList

Protected Methods

[more]virtual ~RenderStageLighting()


Documentation

RenderBin base class
o RenderStageLighting()

ovirtual osg::Object* cloneType() const

ovirtual osg::Object* clone(const osg::CopyOp&) const

ovirtual bool isSameKindAs(const osg::Object* obj) const

ovirtual const char* libraryName() const

ovirtual const char* className() const

ovirtual void reset()

otypedef std::pair< const osg::StateAttribute*, osg::ref_ptr<osg::RefMatrix> > AttrMatrixPair

otypedef std::vector< AttrMatrixPair > AttrMatrixList

ovirtual void addPositionedAttribute(osg::RefMatrix* matrix, const osg::StateAttribute* attr)

ovirtual void draw(osg::State& state, RenderLeaf*& previous)

oAttrMatrixList _attrList

ovirtual ~RenderStageLighting()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.