193

Using Texture Coordinates
The CLAMP Texture Boundary Mode


setBoundaryModeS( Texture.CLAMP );
setBoundaryModeT( Texture.CLAMP );

  • Any texture coordinate < 0.0 is clamped to 0.0
  • Any texture coordinate > 1.0 is clamped to 1.0