|
Choreonoid
1.8
|
#include <VRML.h>
Public Member Functions | |
| VRMLSpotLight () | |
| virtual const char * | typeName () const override |
Public Member Functions inherited from cnoid::VRMLPointLight | |
| VRMLPointLight () | |
Public Member Functions inherited from cnoid::VRMLLight | |
| VRMLLight () | |
Public Member Functions inherited from cnoid::VRMLNode | |
| VRMLNode () | |
| virtual | ~VRMLNode () |
| bool | isCategoryOf (VRMLNodeCategory category) |
Public Member Functions inherited from cnoid::Referenced | |
| virtual | ~Referenced () |
Public Attributes | |
| SFVec3f | direction |
| SFFloat | beamWidth |
| SFFloat | cutOffAngle |
Public Attributes inherited from cnoid::VRMLPointLight | |
| SFVec3f | location |
| SFFloat | radius |
| SFVec3f | attenuation |
Public Attributes inherited from cnoid::VRMLLight | |
| SFBool | on |
| SFColor | color |
| SFFloat | intensity |
| SFFloat | ambientIntensity |
Public Attributes inherited from cnoid::VRMLNode | |
| std::string | defName |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::Referenced | |
| Referenced () | |
| Referenced (const Referenced &) | |
| int | refCount () const |
Protected Attributes inherited from cnoid::VRMLNode | |
| std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
| VRMLSpotLight::VRMLSpotLight | ( | ) |
|
overridevirtual |
Reimplemented from cnoid::VRMLPointLight.
| SFFloat cnoid::VRMLSpotLight::beamWidth |
| SFFloat cnoid::VRMLSpotLight::cutOffAngle |
| SFVec3f cnoid::VRMLSpotLight::direction |
1.8.17