【发布时间】:2016-03-01 23:25:24
【问题描述】:
您好,我正在使用 JavaScript 迈出第一步,也正在使用 three.js。
即使它使用 json 加载器加载,此示例的动画 http://threejs.org/examples/#webgl_morphtargets_horse 也是 .js 而不是 .json,它看起来像这样:https://github.com/mrdoob/three.js/blob/master/examples/models/animated/horse.js
如何从使用 Blender 制作的动画中获取类似的文件?目前我知道我有一个到 json 但没有到 js 的 three.js 导出器。或者也许有办法将json转换为js?
非常感谢您的帮助
【问题讨论】:
标签: json three.js converter blender