GeometryCollective / boundary-first-flattening

MIT License
768 stars 96 forks source link

Handle OBJ files with negative face indices #8

Closed GeometryCollective closed 5 years ago

GeometryCollective commented 6 years ago

According to the OBJ spec, a negative index in a face line should be interpreted as an offset from the end of the vertex list. The current parser supports only positive indices, but should be modified to match the spec (since many packages seem to use the negative index convention).