frenchtoast747/webgl-obj-loader

vertices, normals, textures all strings

nickdesaulniers opened this issue · 1 comments

even with 78d9d17 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.

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