javascript - Issue with Three.js's blender exporter not exporting properly into a json format (on either ubuntu or windows) -


so installed per instructions on github page , tried make work on both windows , ubuntu no avail.

this output json get.

{     "metadata": {         "generator": "io_three",         "version": 3,         "normals": 1,         "vertices": 4,         "faces": 1,         "uvs": 0,         "type": "geometry"     },     "faces": [33,1,0,2,3,0,0,0,0],     "normals": [0,1,0],     "vertices": [16.3664,0.795942,32.6299,-32.4816,0.795941,16.4678,32.5285,0.79594,-16.2181,-16.3195,0.795939,-32.3802],     "name": "plane.001geometry",     "uvs": [] } 

the 3d model here

disclaimer: first time exporting json think installation steps straight-forward.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -