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

Textures #21

Closed nickdesaulniers closed 9 years ago

nickdesaulniers commented 9 years ago

includes code from #20 . Additionally, does not push textures unless textures are even specified.

frenchtoast747 commented 9 years ago

Merged and published. Thanks!

nickdesaulniers commented 9 years ago

thanks for reviewing, merging, and publishing!