【问题标题】:How do I import a three.js (JSON from blender) model into Unity at runtime?如何在运行时将 three.js(来自 blender 的 JSON)模型导入 Unity?
【发布时间】:2023-03-24 17:01:01
【问题描述】:

我已经设法获取所有顶点、法线和 uv 的列表,但我无法正确生成网格。
JSON 文件由搅拌机生成。

【问题讨论】:

标签: unity3d three.js model blender


【解决方案1】:

考虑将您的 JSON 模型导入 three.js editor 编辑器,然后导出到 glTF 或 Collada。这些格式应该更容易导入 Unity。

除此之外,您不应再使用 JSON Blender 导出器。它在几个版本前已从项目中删除。推荐的 3D 格式是 glTF。有关该主题的更多信息,请点击此处:

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

【讨论】:

    猜你喜欢
    • 2019-03-07
    • 2014-12-25
    • 2023-03-03
    • 2013-07-20
    • 2017-03-09
    • 2013-11-05
    • 2017-05-11
    • 2020-05-16
    相关资源
    最近更新 更多