PointCloud
GPU GpuRenders incoming 3D points as a shaded point cloud.
PointCloud turns position data into a simple GPU point primitive, useful for raw scans, particle visualizations, and lightweight spatial debugging.
Parameters
| Name | Type | Description |
|---|---|---|
| point_size | float | Size of each rendered point. |
| r | float | Red channel of the default point color. |
| g | float | Green channel of the default point color. |
| b | float | Blue channel of the default point color. |
Ports
| Name | Direction | Type |
|---|---|---|
| positions | Input | LANE_ARRAY |