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

[node.js] bunch of strings #19

Closed nickdesaulniers closed 9 years ago

nickdesaulniers commented 9 years ago

looks like the arrays are a bunch of strings in node.js. vertices, vertexNormals, textures are strings, while indices are numbers.