Triangulate – Триангулювання

../../../_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.

Inputs – Уводи

Geometry – Геометрія

Standard geometry input.

Мінімум Вершин – 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

Поділяє квадратні грані на гарні трикутники, повільніший метод.

Fixed – Фіксовано

Поділяє квадрати по 1-шій та 3-тій вершинах.

Фіксовано Альтернативно – Fixed Alternate

Поділяє квадрати по 2-гій та 4-тій вершинах.

Найкоротша Діагональ – Shortest Diagonal

Split the quads based on the diagonal distance between their vertices.

N-gon Method
Красиво – Beauty

Впорядковує нові трикутники красиво, повільніший метод.

Clip – Кліп

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

Outputs – Виводи

Geometry – Геометрія

Standard geometry output.

Example – Приклад

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

Mesh before triangulation.

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

Mesh after triangulation.