Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample UV Map #5

Open
vikramjit-sidhu opened this issue Nov 22, 2021 · 3 comments
Open

Sample UV Map #5

vikramjit-sidhu opened this issue Nov 22, 2021 · 3 comments

Comments

@vikramjit-sidhu
Copy link

Thanks for your work. Is there a sample UV map available for the right and left hand?

@zeakey
Copy link

zeakey commented Dec 4, 2021

Same question. The MANO official website provides MANO_UV_left.obj, MANO_UV_right.obj object files with a very simple instruction.

Could you provide a example of mapping UV map to the hand model ?

@otaheri
Copy link
Owner

otaheri commented Jan 20, 2022

Hi @vikramjit-sidhu and @zeakey,
The mano website provides the obj meshes with the UV map. If you have a texture for the hand, you just need to use the provided UV map in your rendering pipeline to get the final hand renders. I am not sure if this answers your questions, so feel free to elaborate on your question :).

@amundra15
Copy link

Hi @otaheri,
I am trying to use the provided texture map, and it looks like the origin is assumed to be the lower left corner of the texture image such that I have to use (u*image_wt, (1-v)*image_ht) to get the texture value. Am I correct in this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants