![]() |
VR-Forces 4.3 Class Documentation
|
A group node which applies lights maintained in the DtOsgLightManager at the top of the render graph. More...

Public Member Functions | |
| DtLightManagerStateAttribute (DtDe &de, bool enabled) | |
| CTOR. | |
| DtLightManagerStateAttribute (const DtLightManagerStateAttribute &att, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| Copy constructor. | |
| virtual | ~DtLightManagerStateAttribute () |
| DTOR. | |
| virtual void | apply (osg::State &state) const |
| Apply the GLLights in the DtOsgLightManager. | |
| virtual osg::Object * | cloneType () const |
| virtual osg::Object * | clone (const osg::CopyOp ©op) const |
| virtual bool | isSameKindAs (const osg::Object *obj) const |
| virtual const char * | libraryName () const |
| virtual const char * | className () const |
| virtual Type | getType () const |
| virtual bool | getModeUsage (osg::StateAttribute::ModeUsage &usage) const |
| virtual int | compare (const StateAttribute &sa) const |
Protected Attributes | |
| DtDe & | myDe |
| bool | myEnabled |
A group node which applies lights maintained in the DtOsgLightManager at the top of the render graph.
It is similar to a osg::Light, but embodies many lights.
CTOR.
Referenced by clone(), and cloneType().
|
inline |
Copy constructor.
|
virtual |
DTOR.
|
virtual |
Apply the GLLights in the DtOsgLightManager.
|
inlinevirtual |
References DtLightManagerStateAttribute(), and myDe.
|
inlinevirtual |
References DtLightManagerStateAttribute().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
Referenced by cloneType().
|
protected |