Blender 导入 three.js json 带有 UV 贴图的模型

Blender import three.js json model with UV map

我想没有多少人需要将 three.js json 文件导入 Blender,但我丢失了我的原始 Blender 文件,想从我之前导出的 json 重新创建它。

最新three.jsgit只有出口商没有进口商。

我尝试使用旧的 json 导入器(来自这个 link https://github.com/Bangybug/three.js/tree/master/utils/exporters/blender/2.71/scripts/addons/io_mesh_threejs)但是它不会加载回 UV 贴图,只有模型和纹理,所以我想知道是否有一些可以做到这一点的进口商?

不幸的是,目前没有工作进口商将 three.js 模型导入搅拌机。您可以尝试在 three.js 中加载对象,然后使用 THREE.OBJExporter() 导出它。您可能有很好的机会将生成的 obj 文件导入 blender。