ComfyUI Node
Decimate CGAL Edge Collapse (backend)
A ComfyUI node in geompack/decimation with 3 inputs and 2 outputs.
Decimate CGAL Edge Collapse (backend)
- trimesh
- decimated_mesh
- info
◄target_face_count5000►
◄cost_strategylindstrom_turk►
Categorygeompack/decimation
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| trimesh | TRIMESH | — | |
| target_face_count | INT | 50004–10000000 | Target number of output faces. |
| cost_strategy | COMBO | lindstrom_turk | CGAL cost strategy. lindstrom_turk=optimizes geometry+volume+boundary (best), edge_length=collapses shortest edges first (fast). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| decimated_mesh | TRIMESH | — |
| info | STRING | — |