kvark / obj

Basic Wavefront OBJ loader
Apache License 2.0
29 stars 12 forks source link

Expose the vec in simple polygon #16

Closed elrnv closed 4 years ago

elrnv commented 4 years ago

This is a bug from the last PR, it should have been exposed, otherwise there is no way to access the indices.

Edit: Alternatively we could expose the internals as an indices field to make it a bit more clear.