three-object-loader
three-object-loader copied to clipboard
Can I load .obj from local file by FileReader API ?
Hello, I want to load obj file from local file by FileReader API, such as https://jsfiddle.net/77x95e2s/
We do this... client side we require (via babel binary loader), and then directly call parse on the OBJLoader. node server side we pass result of fs.readFileSync().toString() to parse.