利用者:Dfelinto/Triangulate
< 利用者:Dfelinto
2013年10月19日 (土) 04:48時点におけるwiki>Dfelintoによる版 (→Options)
Triangulate Modifier
Description
The Triangulate modifier converts all faces in a mesh (whether it be quads or N-gons) to triangular faces. This modifier does the exact same function as the Ctrl+T triangulate in Edit Mode
Options
- Quads Method
-
- Beauty
- Split the quads in nice triangles, slower method.
- Fixed
- Split the quads on the 1st and 3rd vertices.
- Fixed Alternate
- Split the quads on the 2nd and 4th vertices.
- Shortest Edge
- Split the quads based on the distance between the vertices.
- Ngons Method
- Beauty
- Arrange the new triangles nicely, slower method.
- Scanfill
- Split the ngons using a scanfill algorithm.