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
282 stars 59 forks source link

Remove Ajax() utility class #37

Closed frenchtoast747 closed 7 years ago

frenchtoast747 commented 7 years ago

downloadMeshes() still uses Ajax(). Switch it over to using the new fetch() API.