Threejs blender exporter exports in wrong format

前端 未结 2 1212
星月不相逢
星月不相逢 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:06

    I suspect you are using JSONLoader. Try using ObjectLoader instead.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题