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

Use new Layout interface instead of initMeshBuffers #38

Open frenchtoast747 opened 7 years ago

frenchtoast747 commented 7 years ago

The existing helper function can remain, but it should be updated to use the new Layout() class.