kilbouri/terminal-3d

Wavefront (.OBJ) Mesh Support

Opened this issue · 1 comments

Currently only binary STL meshes are supported. Would be nice to extend support to Wavefront models, seeing as they are a very common format.

The specification includes support for free-form curves and surfaces. A simplifying assumption, to keep things simple, can be that inputs will only contain vertex positions and face elements (without normal/texcoords).

In the future it may be worthwhile to build out support for per-vertex normals in this format.