Class SoTextureCoordinateFunction

All Implemented Interfaces:
SafeDisposable
Direct Known Subclasses:
SoTextureCoordinateDefault, SoTextureCoordinateEnvironment, SoTextureCoordinateNormalMap, SoTextureCoordinateObject, SoTextureCoordinatePlane, SoTextureCoordinateReflectionMap

public class SoTextureCoordinateFunction extends SoNode
Abstract base class for texture coordinate function nodes. This is an abstract base class for texture coordinate functions. The subclasses of this node enable texture coordinates to be created by mapping object-space points on the surfaces of shapes into texture space, according to some function. If you are using multiple textures, these texture coordinates are the texture coordinates of the current texture unit (SoTextureUnit).

File format/default:

TextureCoordinateFunction {

}

See Also: