Interface X3DSingleTextureNode

All Superinterfaces:
X3DAppearanceChildNode, X3DNode, X3DTextureNode
All Known Subinterfaces:
ImageTexture, MovieTexture, PixelTexture, X3DTexture2DNode
All Known Implementing Classes:
ImageTexture, MovieTexture, PixelTexture

public interface X3DSingleTextureNode extends X3DTextureNode
Base type for all texture node types that define a single texture. A single texture can be used to influence a parameter of various material nodes in the Shape component, and it can be a child of MultiTexture.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: