「Doc:2.6/Manual/Modifiers/Generate/Triangulate」の版間の差分
(→Triangulate Modifier) |
細 (1版 をインポートしました) |
(相違点なし)
|
2018年6月29日 (金) 05:52時点における最新版
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
- Quad 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 Diagonal
- Split the quads based on the distance between the vertices.
- Ngon Method
- Beauty
- Arrange the new triangles nicely, slower method.
- Scanfill
- Split the ngons using a scanfill algorithm.