How to get Wavefront .obj file with 3 faces (traingle)
I have a .开发者_高级运维obj file with 4 faces (polygon)
How can i convert the 4 faces polygon to 3 faces triangles? is there any script available to do so?
Is there any Engine which loads 4 faces?
use blender to convert wavefront .obj file with quads to triangles.
- Import wavefront .obj file in Blender and change the mode to Edit Mode.
- Now select all the meshes.
- Go to Mesh -> Face menu options and select convert Quads to triangles
- Export the current model again to wavefront .obj file
http://iphonedevelopment.blogspot.com/2009/06/using-3d-models-from-blender-in-opengl.html
Assume n-gons are coplanar and triangulate them.
精彩评论