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

Webpack Loader #43

Closed mentos1386 closed 6 years ago

mentos1386 commented 6 years ago

Hey, awesome job on loader!

I'm working on a project that is using webpack. I couldn't find any webpack loaders for obj files, so i made my own which just calls this library new Mesh(source). Just want to leave this here for people that are using webpack.

webpack-obj-loader

frenchtoast747 commented 6 years ago

Awesome! Thanks @mentos1386, I'll update the README to point to it, soon.

frenchtoast747 commented 6 years ago

Updated the README to point to webpack-obj-loader.