class OSGUTIL_EXPORT osgUtil::RenderStageLighting

RenderBin base class

Inheritance:


Public Fields

[more]LightList _lightList

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* className() const
[more]virtual void reset()
[more]typedef std::vector< LightMatrixPair >virtual LightList void addLight(osg::Light* light, osg::Matrix* matrix)
[more]virtual void draw(osg::State& state, RenderLeaf*& previous)

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* className() const

ovirtual void reset()

otypedef std::vector< LightMatrixPair >virtual LightList void addLight(osg::Light* light, osg::Matrix* matrix)

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

oLightList _lightList

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++.