gpt4 book ai didi

javascript - 将 3D 模型从 Unity 导出到 three.js

转载 作者:行者123 更新时间:2023-11-30 19:54:35 31 4
gpt4 key购买 nike

我必须在 WebGL/three.js 中创建人体模型,但我只有 Unity 模型。我如何导出模型,如对象或类似的东西。

最佳答案

一种选择是从 Unity 导出到 glTF,然后使用 THREE.GLTFLoader 将 Assets 加载到您的 three.js应用程序。

以下指南提供了有关在 three.js 上下文中加载 glTF 的更多信息:

https://threejs.org/docs/index.html#manual/en/introduction/Loading-3D-models

使用以下 Unity3D 库导入和导出 GLTF 2.0 资源:

https://github.com/KhronosGroup/UnityGLTF

如果出于某些原因从 Unity 导出的 glTF 不起作用,请尝试使用 FBX 代替。

关于javascript - 将 3D 模型从 Unity 导出到 three.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54141879/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com