Tactical shapes are 2D military-style symbols placed in the scene. They are used for operational planning and visualisation.
| Shape | Description |
|---|---|
| Straight Arrow | A straight directional arrow. |
| Curved Arrow | A curved directional arrow. |
| Ellipse | An elliptical shape. |
| Cross | A cross/crosshair symbol. |
Right-click a point in the scene, choose Add New Item, then select the desired tactical shape type.
Shapes are placed and resized using the Gizmo controls. Individual vertex positions can be adjusted in the Scene Explorer.
| Option | Description |
|---|---|
| Edit Name | Rename the item. |
| Move To | Move the camera to frame the shape. |
| Remove Item | Delete the item from the scene. |
| Key | Type | Description |
|---|---|---|
shape | string | Shape type: StraightArrow, CurvedArrow, Ellipse, or Cross. |
lineColour | uint | Outline colour (BGRA packed). |
fillColour | uint | Fill colour (BGRA packed). |
showFill | bool | Enable the filled interior. |
lineClosed | bool | Close the outline. |
lineWidth | double | Outline thickness in pixels. |
arrowWidth | double | Arrow head/shaft width ratio (arrows only). |