game_mesh_instance
Create a 3D mesh instance with primitive shapes like box, sphere, or cylinder. Specify parent, size, and material to add geometry to your Godot scene.
Instructions
Create MeshInstance3D with primitive meshes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Node name | |
| size | No | Mesh size {x,y,z} | |
| height | No | Mesh height | |
| radius | No | Mesh radius | |
| material | No | Material resource path or color hex | |
| meshType | Yes | Mesh: box, sphere, cylinder, capsule, plane, quad | |
| parentPath | Yes | Parent node path |