VRML ImageTexture node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlImageTexture () | |
Public Member Functions inherited from hrp::VrmlTexture | |
VrmlTexture () | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
SFBool | repeatS |
SFBool | repeatT |
MFString | url |
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 ImageTexture node.
Definition at line 341 of file VrmlNodes.h.
VrmlImageTexture::VrmlImageTexture | ( | ) |
Definition at line 215 of file VrmlNodes.cpp.
SFBool hrp::VrmlImageTexture::repeatS |
Definition at line 347 of file VrmlNodes.h.
SFBool hrp::VrmlImageTexture::repeatT |
Definition at line 348 of file VrmlNodes.h.
MFString hrp::VrmlImageTexture::url |
Definition at line 346 of file VrmlNodes.h.