My Blender model seems to be causing issues:
After using the threejs exporter in Blender 2.7, the exported json file contains numerous null or 0 values:
{
"metadata": {
"formatVersion" : 3.1,
"generatedBy" : "Blender 2.7 Exporter",
"vertices" : 0,
"faces" : 0,
"normals" : 0,
"colors" : 0,
"uvs" : [],
"materials" : 0,
"morphTargets" : 0,
"bones" : 0
},
"scale" : 1.000000,
"vertices" : [],
"faces" : [],
"uvs" : [],
"normals" : [],
"skinIndices" : [],
"skinWeights" : [],
"morphTargets" : [],
"bones" : [],
"animations" : [],
"colors" : [],
"materials" : [
]
}
I was considering raising an issue on the project's github page, but wanted to check here first in case it's something on my end. Any insights would be greatly appreciated.