|
Choreonoid
1.8
|
VRML Background node. More...
#include <VRML.h>
Public Member Functions | |
| VRMLBackground () | |
| 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 | |
| MFFloat | groundAngle |
| MFColor | groundColor |
| MFFloat | skyAngle |
| MFColor | skyColor |
| MFString | backUrl |
| MFString | bottomUrl |
| MFString | frontUrl |
| MFString | leftUrl |
| MFString | rightUrl |
| MFString | topUrl |
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 Background node.
| VRMLBackground::VRMLBackground | ( | ) |
|
overridevirtual |
Implements cnoid::VRMLNode.
| MFString cnoid::VRMLBackground::backUrl |
| MFString cnoid::VRMLBackground::bottomUrl |
| MFString cnoid::VRMLBackground::frontUrl |
| MFFloat cnoid::VRMLBackground::groundAngle |
| MFColor cnoid::VRMLBackground::groundColor |
| MFString cnoid::VRMLBackground::leftUrl |
| MFString cnoid::VRMLBackground::rightUrl |
| MFFloat cnoid::VRMLBackground::skyAngle |
| MFColor cnoid::VRMLBackground::skyColor |
| MFString cnoid::VRMLBackground::topUrl |
1.8.17