lighweight wavefront obj model parser

329 Views Asked by At

I am looking for a lightweight c++ wavefront obj parser. In addition, I need the following capabilities:

  1. Join the adjacent planar triangles to form polygons.
  2. Read the curves as well from obj file

I have considered glm and assimp, but they do not provide the above things. Could someone please suggest something.

1

There are 1 best solutions below

0
On BEST ANSWER

you could try libg3d if you are using Linux.