Triangulate Node

../../../_images/modeling_geometry-nodes_mesh_triangulate_node.png

Triangulate Node.

The Triangulate node converts all faces in a mesh (quads and n-gons) to triangular faces. It functions the same as the Triangulate tool in Edit Mode.

入力

Mesh(メッシュ)

Standard geometry input.

Selection(選択)

A standard Boolean selection input to determine which faces will be triangulated.

Minimum Vertices

Minimum number of vertices a face must have to be triangulated. For example, setting this value to 5, will prevent triangulation of Quads and only triangulate N-gons.

Properties(プロパティ)

Quad Method
Beauty(高品質)

Split the quads in nice triangles, slower method.

Fixed(固定)

Split the quads on their 1st and 3rd vertices.

Fixed Alternate

Split the quads on their 2nd and 4th vertices.

Shortest Diagonal

Split the quads along their shortest diagonal.

Longest Diagonal

Split the quads along their longest diagonal. This is the preferred mode for cloth simulations.

N-gon Method
Beauty(高品質)

Arrange the new triangles nicely, slower method.

Clip(クリップ)

Split n-gons using an ear-clipping algorithm (gives similar results to the tessellation used for the viewport rendering).

出力

Mesh(メッシュ)

Standard geometry output.

../../../_images/modeling_modifiers_generate_triangulate_before.png

Mesh before triangulation.

../../../_images/modeling_modifiers_generate_triangulate_after.png

Mesh after triangulation.