Tagged Questions
1
vote
0answers
37 views
How i can sign and/or group a specific set of vertices in a 3D file container like OBJ ? - in Blender
I would like to export a 3D model with each part having a name or a label if you will.
For example i would like to export a model of an human body and name each part in specifics vertex groups like: ...
4
votes
2answers
3k views
How can I include vertex color information in .OBJ files?
The .obj files I export are missing data for vertex colors. Is there a way to include color information in the .obj file? If not, what are the alternatives?
5
votes
1answer
4k views
Blender - exporting .obj with texture coords
I'm writing a game which uses obj files. I created an object in blender and I applied texture without UV coordinates and my question is: how to export this object to obj file, but with texture ...