UV Mapping

UV mapping is a method of projecting (wrapping) an image onto a 3D object.

U and V indicate the axes of the image they are used in lieu of X Y Z to avoid confusion, since X Y, and Z are used to designate the axes of the 3D object. Color from the image is mapped to the polygons that compose the surface to the 3D object. In essence the process designates the where each area of the image is to appear on the 3D object.

When a 3D object is rendered a mesh of that object is passed to the rendering engine. For surfaces, and Smeshes, the surface mesh itself is passed directly to the rendering engine. For solids, a mesh version of the solid is generated then passed to the rendering engine.

Multiple images can be used where each image is mapped to discrete areas of the mesh.

UV Mapping requires the following primary steps:

  1. Creating and inserting the image to be mapped
  2. Creating a UV Material
  3. Associating the image with the 3D object
  4. Unwrapping the mesh
  5. Refining the image