Doc:2.6/Manual/Modifiers/Generate/Triangulate

提供: wiki
移動先: 案内検索

Triangulate Modifier

Mode: Object mode

Panel: Properties Window -> Context Button Modifiers CZ Modifier ContextButton.png

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

Mesh before Triangulate Modifier
Mesh after Triangulate Modifier

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.