Closed mentos1386 closed 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.
new Mesh(source)
webpack-obj-loader
Awesome! Thanks @mentos1386, I'll update the README to point to it, soon.
Updated the README to point to webpack-obj-loader.
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