ComfyUI Node
Smooth Laplacian (backend)
A ComfyUI node in geompack/smoothing with 3 inputs and 2 outputs.
Smooth Laplacian (backend)
- trimesh
- smoothed_mesh
- info
◄iterations5►
◄cotangent_weighttrue►
Categorygeompack/smoothing
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| trimesh | TRIMESH | — | |
| iterations | INT | 51–200 | Number of smoothing passes. More = smoother but slower. |
| cotangent_weight | COMBO | true | Use cotangent weights instead of uniform weights. Cotangent weights respect mesh geometry better but may be unstable on degenerate meshes. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| smoothed_mesh | TRIMESH | — |
| info | STRING | — |