game_path_3d
Define 3D paths by creating Path3D nodes and managing curve points for navigation or animation.
Instructions
Create Path3D/Curve3D and manage curve points
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Node name | |
| point | No | Single point {x,y,z} | |
| action | Yes | Action: create, add_point, set_points, get_points | |
| points | No | Array of points [{x,y,z},...] | |
| nodePath | No | Path3D node path (for add/set/get) | |
| parentPath | No | Parent node path |