Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do U,V coordinates work?

I'm writing an application that calls for the conversion of image processing functions that take global x,y coordinates to ones that take u,v coordinates. How does the U,V coordinate system work?

like image 836
Johnny Avatar asked Jul 22 '10 23:07

Johnny


1 Answers

UV maps are flattened representations of 3d geometry, with coordinate points usually corresponding to the verticies of a 3d dimensional object.

UV

like image 158
Bayard Randel Avatar answered Sep 21 '22 14:09

Bayard Randel