简体   繁体   English

如何获取具有3个面的Wavefront .obj文件(训练框)

[英]How to get Wavefront .obj file with 3 faces (traingle)

I have a .obj file with 4 faces (polygon) 我有一个带4个面(多边形)的.obj文件

How can i convert the 4 faces polygon to 3 faces triangles? 如何将4个面的多边形转换为3个面的三角形? is there any script available to do so? 有可用的脚本吗?

Is there any Engine which loads 4 faces? 是否有可加载4个面的引擎?

use blender to convert wavefront .obj file with quads to triangles. 使用Blender将具有四边形的wavefront .obj文件转换为三角形。

  1. Import wavefront .obj file in Blender and change the mode to Edit Mode. 在Blender中导入wavefront .obj文件,并将模式更改为“编辑模式”。
  2. Now select all the meshes. 现在选择所有网格。
  3. Go to Mesh -> Face menu options and select convert Quads to triangles 转到网格->面菜单选项,然后选择将四边形转换为三角形
  4. Export the current model again to wavefront .obj file 再次将当前模型导出到wavefront .obj文件

http://iphonedevelopment.blogspot.com/2009/06/using-3d-models-from-blender-in-opengl.html http://iphonedevelopment.blogspot.com/2009/06/using-3d-models-from-blender-in-opengl.html

假设n边共面并对其进行三角剖分

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM