Lightweight OBJ mesh file loader for C/C++?

2020-03-19 15:20发布

I'm looking for a simple lightweight Wavefront OBJ mesh file reader for C or C++. (ie. given a mesh in OBJ format, read it in from a file, and make it accessible, preferably as a list of vertices and triangles.) Recommendations?

It doesn't need to support material properties or any other fancy data that might be present - just the geometry is fine.

2条回答
趁早两清
2楼-- · 2020-03-19 15:35

Open Asset Import Library looks very promising. Plenty of formats is supported.

查看更多
登录 后发表回答