ComfyUI Node
Remesh Geogram Smooth (backend)
A ComfyUI node in geompack/remeshing with 5 inputs and 2 outputs.
Remesh Geogram Smooth (backend)
- trimesh
- remeshed_mesh
- info
◄nb_points5000►
◄nb_lloyd_iter5►
◄nb_newton_iter30►
◄newton_m7►
Categorygeompack/remeshing
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| trimesh | TRIMESH | — | |
| nb_points | INT | 50000–1000000 | Target number of output vertices. 0 = same count as input. |
| nb_lloyd_iter | INT | 51–50 | Lloyd relaxation iterations (initial uniform distribution). |
| nb_newton_iter | INT | 301–100 | Newton optimization iterations (refines point placement). |
| newton_m | INT | 71–20 | Number of L-BFGS Hessian evaluations. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| remeshed_mesh | TRIMESH | — |
| info | STRING | — |