Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Maya 2010 中建模,我想将我拥有的动画模型导入 Three.JS。从 Maya 导出然后导入 Three.JS 的推荐管道是什么?
@theodox,为什么它是重复的,他不是在问 JSON,而是在问最好的行动方案是什么。
经过大量玩弄之后,我的建议是:确保您的模型正确/冻结等。没有未使用的骨头等。移除未使用的影响。然后使用 OpenCollada 导出并使用 ColladaLoader.js 加载您的模型。
为了给你一些关于 javascript 的标题,看看我为我发现的一个错误所做的广泛测试。www.mariusposthumus.nl/webgl
希望能帮助到你!