Node that specifies how texture coordinates are bound to shapes.
SoSFEnum value
Specifies how to bind texture coordinates to shapes.
@ PER_VERTEX_INDEXED
Current texture coordinates are indexed per vertex.
@ PER_VERTEX
Current texture coordinates are applied sequentially to vertices of shape.
SoTextureCoordinateBinding()
Creates a texture coordinate binding node with default settings.