Add Point
Overview
Creates a mesh data object consisting of one or more discrete points based on a list of 3D coordinates.
Inputs
| Name | Type | Description |
|---|---|---|
| Points | List<Vector3> | A list of coordinates where vertices will be created. |
Outputs
| Name | Type | Description |
|---|---|---|
| Output | MeshData | A mesh data object containing the generated vertices. |
Parameters
This node does not expose additional parameters.