Class SoTextureCoordinateDefault

All Implemented Interfaces:
SafeDisposable

public class SoTextureCoordinateDefault extends SoTextureCoordinateFunction
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.

File format/default:

TextureCoordinateDefault {

}

Action behavior:

SoGLRenderAction, SoCallbackAction, SoRayPickAction
Removes any texture coordinates or function.

See Also:
  • Constructor Details

    • SoTextureCoordinateDefault

      public SoTextureCoordinateDefault()
      Creates a node with default settings.