Skip to main content

Decimate

Overview

Reduces the total number of faces in a mesh while attempting to preserve its overall shape and topology.


Inputs

NameTypeDescription
MeshMeshDataThe high-poly mesh to be simplified.
Target Face CountintThe desired number of triangles in the resulting mesh.

Outputs

NameTypeDescription
OutputMeshDataThe simplified version of the input mesh.

Parameters

This node does not expose additional parameters.


Behavior Notes

  • Because it removes edges and collapses vertices to meet the target count, the mesh's edge flow will be altered.