214

Using texture coordinates
Using a texture coordinate system

  • Texture images have a true size and a logical size

  • True size is the width and height of the image in pixels
  • Must be powers of 2
  • Width and height need not be the same
  • Logical size is a generic treatment of image dimensions
  • Always a width of 1.0
  • Always a height of 1.0