The VG Resource
Transferring UV coordinates from 1 model to another - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: Archive (https://www.vg-resource.com/forum-65.html)
+--- Forum: July 2014 Archive (https://www.vg-resource.com/forum-139.html)
+---- Forum: The Resource (https://www.vg-resource.com/forum-85.html)
+----- Forum: The Models Resource (https://www.vg-resource.com/forum-50.html)
+------ Forum: Model Discussion (https://www.vg-resource.com/forum-54.html)
+------ Thread: Transferring UV coordinates from 1 model to another (/thread-21782.html)



Transferring UV coordinates from 1 model to another - josh98 - 10-30-2012

So I got a model with screwed up UV coordinates. I was wondering if there was a way to transfer a .MTL file from one .OBJ to another. I know this was answered somewhere, but I can't find the post so..... Help? C:


RE: Transferring UV coordinates from 1 model to another - Garamonde - 11-03-2012

Moving to Model Discussion so that people will see it. Wink


RE: Transferring UV coordinates from 1 model to another - TGE - 11-08-2012

(10-30-2012, 06:59 PM)josh98 Wrote: So I got a model with screwed up UV coordinates. I was wondering if there was a way to transfer a .MTL file from one .OBJ to another. I know this was answered somewhere, but I can't find the post so..... Help? C:
The .mtl file doesn't store the UV's, it just has the texture paths and settings. In the obj there are references to the .mtl file. That's how it works. Everything except the texture paths and settings are in the .mtl file.

On the other note, I dont think it's possible to transfar UV's since it's tied to the amount of vertices, faces etc.