|
Choreonoid
1.5
|
VRML Material node. More...
#include <VRML.h>
Public Member Functions | |
| VRMLMaterial () | |
Public Member Functions inherited from cnoid::VRMLNode | |
| VRMLNode () | |
| virtual | ~VRMLNode () |
| bool | isCategoryOf (VRMLNodeCategory category) |
Public Attributes | |
| SFFloat | ambientIntensity |
| SFColor | diffuseColor |
| SFColor | emissiveColor |
| SFFloat | shininess |
| SFColor | specularColor |
| SFFloat | transparency |
Public Attributes inherited from cnoid::VRMLNode | |
| std::string | defName |
Additional Inherited Members | |
Protected Attributes inherited from cnoid::VRMLNode | |
| std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
VRML Material node.
| VRMLMaterial::VRMLMaterial | ( | ) |
| SFFloat cnoid::VRMLMaterial::ambientIntensity |
| SFColor cnoid::VRMLMaterial::diffuseColor |
| SFColor cnoid::VRMLMaterial::emissiveColor |
| SFFloat cnoid::VRMLMaterial::shininess |
| SFColor cnoid::VRMLMaterial::specularColor |
| SFFloat cnoid::VRMLMaterial::transparency |
1.8.11