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

Remove Ajax() utility class #37

Closed frenchtoast747 closed 6 years ago

frenchtoast747 commented 6 years ago

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