Closed nickdesaulniers closed 10 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.
This might actually god awful web worker caching being broken. See this.
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.