.obj file format limit

.obj 文件保存的内容非常有限:顶点、纹理坐标(最多一套)、法线、三角面;它不支持顶点色、多套纹理坐标(uv2, uv3)、TANGENT、BINORMAL、骨骼权重。

搜索某度,被其内容所误导,花费不少时间 搜索.obj文件支持多套纹理坐标方式,未果!

  • 后在Blender中尝试导出带有2套纹理坐标的模型,.obj中只能带一组纹理坐标,而.fbx可以带2套!
  • obj文件中,若带有纹理坐标,其面索引模式必须为:f v/vt/vn 明确指定纹理坐标索引才行

The .obj file format only supports a single UV map per object. There is no way to export an .obj file from blender with multiple UV maps. What you should do is use another file format such as FBX which does support multiple UV maps per object.

Reference: https://blender.stackexchange.com/questions/8229/how-to-export-to-obj-with-separate-map-channels

posted @   opencoder  阅读(8)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· DeepSeek 开源周回顾「GitHub 热点速览」
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
点击右上角即可分享
微信分享提示