how to export obj file with texture?

Feel free to ask any question here
Post Reply
Titiwa
Posts: 1
Joined: Mon Jan 09, 2017 10:25 am

how to export obj file with texture?

Post by Titiwa »

how to export obj file with texture?
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: how to export obj file with texture?

Post by daniel »

If your model already has a texture (i.e. the original file had a texture) then it should be properly exported when saving the model to an OBJ file.

Otherwise, colors are probably stored per-vertex (and not in a texture) and CloudCompare won't be able to create a texture (and OBJ doesn't handle per-vertex colors sadly).
Daniel, CloudCompare admin
cdordoni
Posts: 29
Joined: Wed Sep 30, 2015 3:19 am

Re: how to export obj file with texture?

Post by cdordoni »

If you do have vertex color ....

It is possible to convert vertex color to a texture map with Blender, here's a video http://www.youtube.com/watch?v=UwbmLsYTeyU
I believe Meshlab is able to do this as well, although Blender has more options for the mapping.

After the vertex color is converted, then its possible to export an OBJ with a texture map.
Post Reply