View Single Post
Old 06-11-23, 12:05 PM   #26
Jeff-Groves
Village Idiot
 
Jeff-Groves's Avatar
 
Join Date: Sep 2014
Posts: 5,319
Downloads: 130
Uploads: 0


Default

Yeah. Your pretty much correct.
If you compare your obj files in say, SweetScape 010, you will see the differences in your verts.

An obj file is just a text file so you can open them in notepad and see the differences.

Now. The mtl file is ONLY a pointer to a texture. All Verts, Faces, Normals, and Texture coords are in the obj file.
V= Vert
VT= Texture
VN= Normal
F= Face
When one has a FULL understanding of how an obj file works? They can do amazing things to them.
__________________
I don't do Stupid. So don't ask.

Last edited by Jeff-Groves; 06-11-23 at 12:14 PM.
Jeff-Groves is offline   Reply With Quote