ComfyUI Node
Mesh to Point Cloud
A ComfyUI node in geompack/conversion with 5 inputs and 1 output.
Mesh to Point Cloud
- trimesh
- point_cloud
◄modestrip_adjacency►
◄sample_count10000►
◄sampling_methoduniform►
◄include_normalstrue►
Categorygeompack/conversion
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| trimesh | TRIMESH | — | |
| mode | COMBO | strip_adjacency | strip_adjacency: use mesh vertices directly. surface_sampling: sample points from surface. |
| sample_countopt | INT | 10000100–10000000 | Number of points to sample (only for surface_sampling mode) |
| sampling_methodopt | COMBO | uniform | Sampling strategy (only for surface_sampling mode) |
| include_normalsopt | COMBO | true | 2 options: true, false |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| point_cloud | TRIMESH | — |