Node that removes texture coordinates from state. More...
#include <Inventor/nodes/SoTextureCoordinateDefault.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoTextureCoordinateDefault () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Node that removes texture coordinates from state.
This node changes the current traversal state to indicate that there are no currently defined texture coordinates or texture coordinate function. This forces subsequent shapes to use their own default texture coordinates. The net result is that this node turns off any previous texture coordinate specification.
SoTexture2, SoTexture2Transform, SoTextureCoordinateEnvironment, SoTextureCoordinatePlane
SoTextureCoordinateDefault::SoTextureCoordinateDefault | ( | ) |
Creates a node with default settings.
static SoType SoTextureCoordinateDefault::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoTextureCoordinateFunction.
virtual SoType SoTextureCoordinateDefault::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoTextureCoordinateFunction.