VRML Background node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlBackground () | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
MFString | backUrl |
MFString | bottomUrl |
MFString | frontUrl |
MFFloat | groundAngle |
MFColor | groundColor |
MFString | leftUrl |
MFString | rightUrl |
MFFloat | skyAngle |
MFColor | skyColor |
MFString | topUrl |
Public Attributes inherited from hrp::VrmlNode | |
std::string | defName |
Additional Inherited Members | |
Static Public Member Functions inherited from hrp::VrmlNode | |
static const char * | getLabelOfFieldType (int type) |
Protected Attributes inherited from hrp::VrmlNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
VRML Background node.
Definition at line 201 of file VrmlNodes.h.
VrmlBackground::VrmlBackground | ( | ) |
Definition at line 111 of file VrmlNodes.cpp.
MFString hrp::VrmlBackground::backUrl |
Definition at line 210 of file VrmlNodes.h.
MFString hrp::VrmlBackground::bottomUrl |
Definition at line 211 of file VrmlNodes.h.
MFString hrp::VrmlBackground::frontUrl |
Definition at line 212 of file VrmlNodes.h.
MFFloat hrp::VrmlBackground::groundAngle |
Definition at line 206 of file VrmlNodes.h.
MFColor hrp::VrmlBackground::groundColor |
Definition at line 207 of file VrmlNodes.h.
MFString hrp::VrmlBackground::leftUrl |
Definition at line 213 of file VrmlNodes.h.
MFString hrp::VrmlBackground::rightUrl |
Definition at line 214 of file VrmlNodes.h.
MFFloat hrp::VrmlBackground::skyAngle |
Definition at line 208 of file VrmlNodes.h.
MFColor hrp::VrmlBackground::skyColor |
Definition at line 209 of file VrmlNodes.h.
MFString hrp::VrmlBackground::topUrl |
Definition at line 215 of file VrmlNodes.h.