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 each class into its own module #31

Closed frenchtoast747 closed 6 years ago

frenchtoast747 commented 6 years ago

The OBJ.Mesh class should be moved into its own module. The OBJ.Material class should be moved into its own module

frenchtoast747 commented 6 years ago

Done.