#include <VrmlNodes.h>
Public Member Functions | |
VrmlPointLight () | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
SFFloat | ambientIntensity |
SFVec3f | attenuation |
SFColor | color |
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 746 of file VrmlNodes.h.
VrmlPointLight::VrmlPointLight | ( | ) |
Definition at line 528 of file VrmlNodes.cpp.
SFFloat hrp::VrmlPointLight::ambientIntensity |
Definition at line 755 of file VrmlNodes.h.
SFVec3f hrp::VrmlPointLight::attenuation |
Definition at line 756 of file VrmlNodes.h.
SFColor hrp::VrmlPointLight::color |
Definition at line 753 of file VrmlNodes.h.
SFFloat hrp::VrmlPointLight::intensity |
Definition at line 752 of file VrmlNodes.h.
SFVec3f hrp::VrmlPointLight::location |
Definition at line 750 of file VrmlNodes.h.
SFBool hrp::VrmlPointLight::on |
Definition at line 751 of file VrmlNodes.h.
SFFloat hrp::VrmlPointLight::radius |
Definition at line 754 of file VrmlNodes.h.