notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

TextureMaps.md (258B)


      1 # Texture Maps
      2 
      3 CS 331 W11 / 2
      4 
      5 ## Notes:
      6 
      7 **Definition:** Texture maps are used to control the look of the [Texture](Texture.md) associated with an object. Texture maps attempt to simulate real world 3d surfaces without the cost of computing many meshes. 
      8