1 / 4

UV Mapping

UV Mapping. CSIS 5838: Graphics and Animation for Gaming. UV Mapping. Mapping U of 3D ( x , y , z ) coordinates to 2D ( u , v ) plane Example: Simple “spherical” mapping in Blender: u = tan -1 ( y / x ) v = z. Conformal Mapping. Preserves angles locally

Télécharger la présentation

UV Mapping

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. UV Mapping CSIS 5838: Graphics and Animation for Gaming

  2. UV Mapping • Mapping U of 3D (x, y, z) coordinates to 2D (u, v) plane • Example: Simple “spherical” mapping in Blender:u = tan-1(y/x)v = z

  3. Conformal Mapping • Preserves angles locally • Defined in terms of lines drawn through space • Minimizes distortion in mapping

  4. Least-Squares Conformal Mapping • Pure conformal mapping impossible for complex shapes • Best solution: Minimize squared error over area • Most algorithms iterative, “tweaking” mapping until good solution reached • “Seams” create places where constraints not used

More Related