notes

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

UVMaps.md (307B)


      1 # UV Maps
      2 
      3 CG W13 L1
      4 
      5 **Definition:** A UV map is a function that takes a mesh and returns an image. This describes how to "color in" the mesh.
      6 
      7 UV maps take in a mesh and return the unwrapped mesh. 
      8 
      9 The relation between the faces of an unwrapped mesh is called the layout. 
     10 
     11 (Not ultra violet maps... :))