Wavefront (.OBJ) Mesh Support
Opened this issue · 1 comments
kilbouri commented
Currently only binary STL meshes are supported. Would be nice to extend support to Wavefront models, seeing as they are a very common format.
kilbouri commented
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.