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

vertices, normals, textures all strings #24

Closed nickdesaulniers closed 9 years ago

nickdesaulniers commented 9 years ago

even with https://github.com/frenchtoast747/webgl-obj-loader/commit/78d9d177420bcbfe494f1b53af2cec6a14e768e8 I still see strings in the browser. Usually, this isn't an issue, but if you try and transform them you'll run into funky bugs. I need to sit and run a bisection to see where I broke this, figure out why it's different in node.js, then write a unit test to catch this.

nickdesaulniers commented 9 years ago

This might actually god awful web worker caching being broken. See this.