#include <VrmlNodes.h>
Public Member Functions | |
VrmlSpotLight () | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
SFFloat | ambientIntensity |
SFVec3f | attenuation |
SFFloat | beamWidth |
SFColor | color |
SFFloat | cutOffAngle |
SFVec3f | direction |
SFFloat | intensity |
SFVec3f | location |
SFBool | on |
SFFloat | radius |
Public Attributes inherited from hrp::VrmlNode | |
std::string | defName |
Additional Inherited Members | |
Static Public Member Functions inherited from hrp::VrmlNode | |
static const char * | getLabelOfFieldType (int type) |
Protected Attributes inherited from hrp::VrmlNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
Definition at line 776 of file VrmlNodes.h.
VrmlSpotLight::VrmlSpotLight | ( | ) |
Definition at line 560 of file VrmlNodes.cpp.
SFFloat hrp::VrmlSpotLight::ambientIntensity |
Definition at line 786 of file VrmlNodes.h.
SFVec3f hrp::VrmlSpotLight::attenuation |
Definition at line 787 of file VrmlNodes.h.
SFFloat hrp::VrmlSpotLight::beamWidth |
Definition at line 788 of file VrmlNodes.h.
SFColor hrp::VrmlSpotLight::color |
Definition at line 783 of file VrmlNodes.h.
SFFloat hrp::VrmlSpotLight::cutOffAngle |
Definition at line 789 of file VrmlNodes.h.
SFVec3f hrp::VrmlSpotLight::direction |
Definition at line 781 of file VrmlNodes.h.
SFFloat hrp::VrmlSpotLight::intensity |
Definition at line 784 of file VrmlNodes.h.
SFVec3f hrp::VrmlSpotLight::location |
Definition at line 780 of file VrmlNodes.h.
SFBool hrp::VrmlSpotLight::on |
Definition at line 782 of file VrmlNodes.h.
SFFloat hrp::VrmlSpotLight::radius |
Definition at line 785 of file VrmlNodes.h.