Trifindo / Pokemon-DS-Map-Studio

194 stars 29 forks source link

.obj export question #15

Open ceruulean opened 1 year ago

ceruulean commented 1 year ago

Hi, in the obj export there is a component c 1.0 1.0 1.0 , like in tree.obj. However this is throwing off obj parsers and cannot be imported. Blender can import but some command-line libraries can't. I think the c is causing issues because I can't find it in specifications like here: http://paulbourke.net/dataformats/obj/

What does the c mean?

Gonhex commented 1 year ago

Hi, the c is used to "hack" vertex colors into the obj format, which doesn't support them by default. You can prevent these lines by unchecking Include Vertex Colors in the obj export settings.