280

Controlling how textures are mapped
Specifying texture coordinates

  • Texture coordinates and texture coordinate indexes specify a texture piece shape (the cookie cutter)

    0.0 0.0,
    1.0 0.0,
    1.0 1.0,
    0.0 1.0