Header file for X3DTexture2DNode, X3D scene-graph node.
The GeneratedTexture node is a 2d-texture node that are automatically generated from nodes like Frame...
Definition: GeneratedTexture.h:53
bool texture_id_initialized
True of the texture_id parameter has been initialized.
Definition: GeneratedTexture.h:88
virtual ~GeneratedTexture()
Destructor.
Definition: GeneratedTexture.h:61
bool textureIdIsInitialized()
Returns true if the OpenGL texture id for this texture is initialized.
Definition: GeneratedTexture.h:73
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: GeneratedTexture.h:84
This abstract node type is the base type for all node types which specify 2D sources for texture imag...
Definition: X3DTexture2DNode.h:46