Choreonoid
1.8
|
#include <VRML.h>
Public Member Functions | |
VRMLMaterial () | |
virtual const char * | typeName () const override |
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 | |
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 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 |
VRML Material node.
VRMLMaterial::VRMLMaterial | ( | ) |
|
overridevirtual |
Implements cnoid::VRMLNode.
SFFloat cnoid::VRMLMaterial::ambientIntensity |
SFColor cnoid::VRMLMaterial::diffuseColor |
SFColor cnoid::VRMLMaterial::emissiveColor |
SFFloat cnoid::VRMLMaterial::shininess |
SFColor cnoid::VRMLMaterial::specularColor |
SFFloat cnoid::VRMLMaterial::transparency |