: draw 3d sphere¶
Draw a sphere
Usage: : draw 3d sphere [OPTIONS] <POS>...
Arguments¶
| Name | Description | Possible values | Default |
|---|---|---|---|
<POS> | Position of the sphere, in the form of an expression that returns Vector2 or Vector3 or Node, e.g. v2(100, 200) |
Options¶
| Name | Description | Possible values | Default |
|---|---|---|---|
-t--time | The lifetime of the sphere, in seconds (0 = only drawn for one frame) | 1 | |
-c--color | Color of the sphere | green | |
-r--radius | Radius of the sphere | 10 |