I\'m trying to export a blender model to threejs json with the help of the provided blender exporter. On parsing the json file I get an error:
Uncaught TypeE
I suspect you are using JSONLoader. Try using ObjectLoader instead.
JSONLoader
ObjectLoader
If you would like to use JSONLoader, uncheck scene option. then, you will have a single mesh JSON file, you expect.