|
Choreonoid
1.8
|
#include <VRML.h>
Public Member Functions | |
| VRMLLight () | |
Public Member Functions inherited from cnoid::VRMLNode | |
| VRMLNode () | |
| virtual | ~VRMLNode () |
| virtual const char * | typeName () const =0 |
| bool | isCategoryOf (VRMLNodeCategory category) |
Public Member Functions inherited from cnoid::Referenced | |
| virtual | ~Referenced () |
Public Attributes | |
| 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 |
| VRMLLight::VRMLLight | ( | ) |
| SFFloat cnoid::VRMLLight::ambientIntensity |
| SFColor cnoid::VRMLLight::color |
| SFFloat cnoid::VRMLLight::intensity |
| SFBool cnoid::VRMLLight::on |
1.8.17