Choreonoid
1.5
|
#include <SceneLights.h>
Public Member Functions | |
SgSpotLight () | |
SgSpotLight (const SgSpotLight &org) | |
virtual SgObject * | clone (SgCloneMap &cloneMap) const |
virtual void | accept (SceneVisitor &visitor) |
const Vector3 & | direction () const |
template<typename Derived > | |
void | setDirection (const Eigen::MatrixBase< Derived > &d) |
float | beamWidth () const |
void | setBeamWidth (float w) |
float | cutOffAngle () const |
void | setCutOffAngle (float a) |
![]() | |
SgPointLight () | |
SgPointLight (const SgPointLight &org) | |
float | constantAttenuation () const |
void | setConstantAttenuation (float a) |
float | linearAttenuation () const |
void | setLinearAttenuation (float a) |
float | quadraticAttenuation () const |
void | setQuadraticAttenuation (float a) |
![]() | |
bool | on () const |
void | on (bool on) |
const Vector3f & | color () const |
template<typename Derived > | |
void | setColor (const Eigen::MatrixBase< Derived > &c) |
float | intensity () const |
void | setIntensity (float intensity) |
float | ambientIntensity () const |
void | setAmbientIntensity (float intensity) |
![]() | |
SgNode () | |
SgNode (const SgNode &org) | |
~SgNode () | |
virtual const BoundingBox & | boundingBox () const |
SgNode * | cloneNode (SgCloneMap &cloneMap) const |
virtual bool | isGroup () const |
![]() | |
const std::string & | name () const |
void | setName (const std::string &name) |
virtual int | numChildObjects () const |
virtual SgObject * | childObject (int index) |
SignalProxy< void(const SgUpdate &update)> | sigUpdated () |
void | notifyUpdate (SgUpdate &update) |
void | notifyUpdate (int action=SgUpdate::MODIFIED) |
void | addParent (SgObject *parent, bool doNotify=false) |
void | removeParent (SgObject *parent) |
int | numParents () const |
bool | hasParents () const |
const_parentIter | parentBegin () const |
const_parentIter | parentEnd () const |
SignalProxy< void(bool on)> | sigGraphConnection () |
![]() | |
virtual | ~Referenced () |
void | addRef () |
void | releaseRef () |
Additional Inherited Members | |
![]() | |
typedef std::set< SgObject * > | ParentContainer |
typedef ParentContainer::iterator | parentIter |
typedef ParentContainer::const_iterator | const_parentIter |
![]() | |
SgLight () | |
SgLight (const SgLight &org) | |
![]() | |
SgPreprocessed () | |
SgPreprocessed (const SgPreprocessed &org) | |
![]() | |
SgObject () | |
SgObject (const SgObject &org) | |
virtual void | onUpdated (SgUpdate &update) |
![]() | |
Referenced () | |
Referenced (const Referenced &org) | |
int | refCount () const |
SgSpotLight::SgSpotLight | ( | ) |
SgSpotLight::SgSpotLight | ( | const SgSpotLight & | org | ) |
|
virtual |
Reimplemented from cnoid::SgPointLight.
|
inline |
|
virtual |
Reimplemented from cnoid::SgPointLight.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |