Texture coordinates

  • Specify a texture coordinate at each vertex / mapping between (s, t) and (u, v)

  • Canonical coordinates where u and v are between 0 and 1

  • often (Java3D), has to be the size of the texture image to be a mathematical power of two (1, 2, 4, 8, 16, …) in each dimension.