LucasDower / ObjToSchematic

A tool to convert 3D models into Minecraft formats such as .schematic, .litematic, .schem and .nbt
https://objtoschematic.com/
BSD 3-Clause "New" or "Revised" License
354 stars 39 forks source link

No support for entire .obj face formats #22

Closed LucasDower closed 2 years ago

LucasDower commented 2 years ago

Loading .objs with faces in the format f v1 v2 v3 .... are not loaded correctly, only faces in f v1/vt1/vn1 v2/vt2/vn2 v3/vt3/vn3 ... format is supported. Also n-gon faces are not supported.

LucasDower commented 2 years ago

https://en.wikipedia.org/wiki/Wavefront_.obj_file#Face_elements

LucasDower commented 2 years ago

This should be resolved in the latest editor branch merge