【发布时间】:2015-10-18 11:54:04
【问题描述】:
我怎样才能穿上人体?我已经在两个分开的网格中导入了身体模型和 T 恤。人体包括形状键。
但是当我修改 body 的 morphTargetInfluences 键时,T 恤不适合新的体形。 当 key 改变 value 时,如何使 T 恤合身?,如何使用 three.js 做到这一点?
我正在使用 Three.js 导出器 (three.js r71) 和 Blender 2.75a 的 1.4.0 版本
【问题讨论】:
-
您需要使用布料模拟和碰撞检测。 threejs.org/examples/webgl_animation_cloth.html
-
我正在尝试做同样的事情。到目前为止,您尝试过什么?