That UV coordinate you have is a 0-1 coordinate of an possible texture
image.

If you were to put a pixel at [0.5, 0.5] on a 500x500 image, you'd be
putting a pixel right at the center, at 250x250.

The mesh doesn't play a part here, once you have the UV coordinate you're
in 2d-land already. The trick is usually getting the UV coordinate from 3d
space, but it sounds like you've already got it, in which case you're
nearly home.
​

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCeHC3u8xQAATh8KY-fgXSnPeiRE5nqXd1n%2B8zVOOP2WA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to