194

Using Texture Coordinates
The WRAP Texture Boundary Mode


setBoundaryModeS( Texture.WRAP );
setBoundaryModeT( Texture.WRAP );

  • Any texture coordinate < 0.0 is modulo'd with 1.0
  • Any texture coordinate > 1.0 is modulo'd with 1.0