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

Extract the utility functions into a separate module. #32

Closed frenchtoast747 closed 6 years ago

frenchtoast747 commented 6 years ago

There are a few utility functions, like Ajax, etc that need to be extracted into its own module. The each() function can probably be removed in favor of ES6's iterators and builtin forEach().