arcplus / ObjConvert

convert wavefront obj files to other file format, like gltf, 3dtiles
MIT License
59 stars 19 forks source link

WaveFront Obj File Converter

Convert to:

Obj file limitations:

  1. one mtl file
  2. all faces should have 3 or 4 vertices
  3. only convert ka, kd, Ke, map_ka, map_kd, Ns, d, Tr material info

obj test model from free3d.com

References