【发布时间】:2015-09-08 08:08:55
【问题描述】:
我正在尝试了解如何将动画从 Maya 导出到 threejs 以获得以下效果:
http://threejs.org/examples/#webgl_morphtargets_horse 或 http://threejs.org/examples/#webgl_animation_skinning_blending
我在这里使用 Maya 导出器: https://github.com/mrdoob/three.js/tree/master/utils/exporters/maya
但我不确定正确的导出选项是什么以及播放需要什么样的threejs代码。
- 变形目标?骨头?关键帧?
- 如何在exporter中指定?
- 导出时有什么问题吗?
下面是一个简单的 Maya 动画项目: https://www.dropbox.com/s/cz4h83ek6zckpll/maya-test.zip?dl=0
【问题讨论】: