frenchtoast747 / webgl-obj-loader

A simple OBJ model loader to help facilitate the learning of WebGL.
http://frenchtoast747.github.io/webgl-obj-loader/
MIT License
281 stars 59 forks source link

Bugfix: Parsing indices per material #51

Closed novalain closed 6 years ago

novalain commented 6 years ago

Index wasn't updated properly when an already seen material had been stored before. Should consider adding tests :)

frenchtoast747 commented 6 years ago

Looks good! Thanks!