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

Public Member Functions | |
| DtLightManagerGroup (DtDe &de) | |
| CTOR. More... | |
| DtLightManagerGroup (const DtLightManagerGroup &lmg, const osg::CopyOp ©Op=osg::CopyOp::SHALLOW_COPY) | |
| copy constructor More... | |
| 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 * | className () const |
| virtual const char * | libraryName () const |
| virtual void | accept (osg::NodeVisitor &nv) |
| virtual | ~DtLightManagerGroup () |
| DTOR. More... | |
| void | setStateSetModes (osg::StateSet &, osg::StateAttribute::GLModeValue) const |
| Set the GLModes on StateSet associated with the LightManager. More... | |
| void | setLocalStateSetModes (osg::StateAttribute::GLModeValue=osg::StateAttribute::ON) |
| Set up the local StateSet. More... | |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| virtual osg::BoundingSphere | computeBound () const |
| void | enableLighting (osg::ref_ptr< osg::Camera > camera, bool enable) |
Protected Attributes | |
| osg::ref_ptr < DtLightManagerStateAttribute > | myLightManagerStateAttribute |
| DtDe & | myDe |
A group node which applies lights maintained in the DtOsgLightManager at the top of the render graph.
It is similar to a osg::LightSource, but embodies many lights.
| makVrv::DtLightManagerGroup::DtLightManagerGroup | ( | DtDe & | de | ) |
CTOR.
|
inline |
copy constructor
|
virtual |
DTOR.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
| void makVrv::DtLightManagerGroup::setStateSetModes | ( | osg::StateSet & | , |
| osg::StateAttribute::GLModeValue | |||
| ) | const |
Set the GLModes on StateSet associated with the LightManager.
| void makVrv::DtLightManagerGroup::setLocalStateSetModes | ( | osg::StateAttribute::GLModeValue | = osg::StateAttribute::ON | ) |
Set up the local StateSet.
|
virtual |
|
virtual |
| void makVrv::DtLightManagerGroup::enableLighting | ( | osg::ref_ptr< osg::Camera > | camera, |
| bool | enable | ||
| ) |
|
protected |
|
protected |