233

Using texture coordinates
Summary

  • Textures are in a logical coordinate system with S (horizontal) and T (vertical) directions

  • Regardless of true size, all textures have logical width and height of 1.0

  • Texture coordinates describe the shape of a texture cookie cutter
  • Provide texture coordinates to GeometryArray
  • Provide texture coordinate indices to IndexedGeometryArray