用于 webGL 的 Blender 到 json
Posted
技术标签:
【中文标题】用于 webGL 的 Blender 到 json【英文标题】:Blender to json for webGL 【发布时间】:2019-05-09 17:19:57 【问题描述】:现在我正在尝试制作一个简单的搅拌机 3d 图像并将其转换为 json 文件。有很多关于如何使用 three.js 的指南,但每一个似乎都引用了一段不再存在的代码,特别是这个:https://github.com/mrdoob/three.js/tree/master/utils/exporters/blender。知道没有这个怎么做吗?我现在很迷茫。 Blender 和 three.js 的新手,所以如果我遗漏了任何重要信息,请告诉我。
【问题讨论】:
Three.js 文档有一篇专门讨论此问题的文章:threejs.org/docs/index.html#manual/en/introduction/…,他们建议您使用 github.com/KhronosGroup/glTF-Blender-Exporter 【参考方案1】:使用 R93
删除了 Blender JSON 导出器。 three.js
的推荐 3D 格式现在是 glTF
。以下指南应提供所有相关信息,以便以 glTF
开头。
https://threejs.org/docs/index.html#manual/en/introduction/Loading-3D-models
three.js R99
【讨论】:
以上是关于用于 webGL 的 Blender 到 json的主要内容,如果未能解决你的问题,请参考以下文章
Blender 导出到 JSON 以获取 THREE.js 缺少的材料