-
Notifications
You must be signed in to change notification settings - Fork 448
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
Regarding obj textures #186
Comments
Edit: You would have to place each vertex into an image, calculate neighbors and then interpolate the colors. |
Thanks for your response! Yes, the output is vertex colors and not a texture file. And yes that’s where I am facing an issue, because its not a standard obj format. If someone knows how to convert this into a texture file via a script please share here. I tried googling, but haven't been able to find any good links that lead to a proper solution for this issue yet. |
@eeshashetty |
Hi, the code works perfectly well and I'm getting really accurate outputs!
My issue is with the .mat file and the texture file.
Thanks!
The text was updated successfully, but these errors were encountered: