Class SoTextureMatrix

All Implemented Interfaces:
SafeDisposable

public class SoTextureMatrix extends SoNode
Texture matrix node. This node defines the current texture matrix applied to texture coordinates. If you are using multiple textures, note that this transformation is applied to the texture coordinates of the current texture unit (SoTextureUnit). This transformation affects the way textures are applied to the surfaces of subsequent shapes. This allows a user to change the size and position of the textures on objects.

File format/default:

TextureMatrix {

    matrix 1 0 0 0
    0 1 0 0
    0 0 1 0
    0 0 0 1
}

Action behavior:

SoGLRenderAction, SoCallbackAction
Concatenates transformation with the current texture transformation. Sets: SoTextureMatrixElement

See Also:
  • Field Details

  • Constructor Details

    • SoTextureMatrix

      public SoTextureMatrix()
      Creates a texture transformation node with default settings.