【发布时间】:2013-01-29 03:27:53
【问题描述】:
我使用 Three.js (2013-01-15) 的最新 Blender Exporter 将动画模型从 Blender 2.65 导出为 JSON 格式,包括骨骼和所有内容。
模型显示正常,但 morphTargets 没有。应该点头。
我尝试了不同的动画方式,手动更改 morphTargetInfluences 或尝试使用不同的选项导出,但没有任何效果。
我还尝试用 Three.js 示例(monster 和 ogro)中的模型替换我的模型,它们运行良好。但是比较json文件,我看不出我有什么问题。
这是演示:http://lastgolem.com/stackoverflow/ 以及 Blender 文件:http://lastgolem.com/stackoverflow/sheppard/sheppard.blend
【问题讨论】:
标签: three.js