如何将 Blender 3D 模型导入到 three.js
Posted
技术标签:
【中文标题】如何将 Blender 3D 模型导入到 three.js【英文标题】:How to import Blender 3D Model to three.js 【发布时间】:2019-03-07 08:16:07 【问题描述】:我尝试使用 Threejs GitHub Repo 中的 three.js Blender Export 插件将 Blender 3D 模型导入到 three.js,但后者已被删除。在不使用 Three.js Blender Export 的情况下还有其他方法吗? 请提供其他方法的示例。
【问题讨论】:
我想您会在代表堆栈交换站点上找到更多帮助。也许关闭这个问题并创建一个:blender.stackexchange.com threejs.org 网站上有很多关于如何执行此操作的示例和文档:threejs.org/docs/index.html#manual/en/introduction/… 众多可能性之一:将项目导出为 Collada 文件格式 (.dae
),然后使用 three.js 的 ColladaLoader 导入。
【参考方案1】:
我建议对 blender 使用 GLTF 导出器,对 THREE.js 使用相应的导入器。 GLTF 是一种针对 Web 3d 内容交付进行了优化的现代格式。
【讨论】:
以上是关于如何将 Blender 3D 模型导入到 three.js的主要内容,如果未能解决你的问题,请参考以下文章