Blender使用UV贴图导入three.js json模型 [英] Blender import three.js json model with UV map

查看:851
本文介绍了Blender使用UV贴图导入three.js json模型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I guess not much people need to import three.js json file to Blender, but I lost my original Blender file and want to recreate it from json that I exported earlier.

最新的three.js git只有导出器而没有导入器。

Latest three.js git only has exporter and no importer.

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

I tried using old json importer (from this link https://github.com/Bangybug/three.js/tree/master/utils/exporters/blender/2.71/scripts/addons/io_mesh_threejs) but it does not load back UV maps, only model and textures, so I wonder if there is some importer that could do this?

推荐答案

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

Unfortunately, there currently is no working importer to get three.js models into blender. You could try to load the object in three.js and then export it using the THREE.OBJExporter(). You might have a good chance to import that resulting obj-file into blender.

这篇关于Blender使用UV贴图导入three.js json模型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆