Threejs blender exporter exports in wrong format

前端 未结 2 1213
星月不相逢
星月不相逢 2021-01-13 09:33

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         


        
2条回答
  •  广开言路
    2021-01-13 10:29

    If you would like to use JSONLoader, uncheck scene option. then, you will have a single mesh JSON file, you expect.

    enter image description here

提交回复
热议问题