ComfyUI Node
Subsample Point Cloud
A ComfyUI node in geompack/conversion with 4 inputs and 1 output.
Subsample Point Cloud
- point_cloud
- point_cloud
◄methodrandom►
◄target_count100000►
◄seed42►
Categorygeompack/conversion
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| point_cloud | TRIMESH | — | |
| method | COMBO | random | random: fast random selection. uniform_grid: voxel-based uniform spacing. farthest_point: maximize coverage (slow for large clouds). |
| target_count | INT | 100000100–10000000 | Target number of points to keep |
| seedopt | INT | 420–2147483647 | Random seed for reproducible results (random method only) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| point_cloud | TRIMESH | — |