AI Traffic: Difference between revisions

1,451 bytes added ,  15 August 2020
Animation settings
No edit summary
(Animation settings)
Line 499: Line 499:
=== Airports with ground networks ===
=== Airports with ground networks ===


= Model Animation =
To assist with creating realistic aircraft behaviour, some properties are set by the Traffic Manager during particular flight phases as follows
{| class="wikitable"
|-
! Property !! Description !! Type !! At Gate !! Taxiing !! Take-off !! Cruise !! Approach
|-
| gear/gear[0..5]/position-norm || Gear Position || double (interpolated over 10 seconds || 1.0 || 1.0 || 0.0 (above 400ft) || 0.0 || 1.0 (below 2000ft)
|-
| surface-positions/flap-pos-norm || Flaps position || double (interpolated over 20 seconds || 0.0 || 0.0 || 0.5 (below 2000ft) || 0.0 || 1.0 ( below 2000ft)
|-
| surface-positions/spoiler-pos-norm || Spoiler position (not currently set) || double || 0.0 || 0.0 || 0.0 || 0.0 || 0.0
|-
| surface-positions/speedbrake-pos-norm || Speedbrake position (not currently set) || double || 0.0 || 0.0 || 0.0 || 0.0 || 0.0
|-
| controls/lighting/beacon || Beacon || bool || false || true || true || true || true
|-
| controls/lighting/cabin-lights || Cabin lights || bool || true || true || true || false || false
|-
| controls/lighting/landing-lights || Landing lights || bool || false || false || false || true || true
|-
| controls/lighting/nav-lights || Navigation lights || bool || false || true || true || true || true
|-
| controls/lighting/strobe || Strobes || bool || false || false || true || true || true
|-
| controls/lighting/taxi-lights || Taxi lights || bool || false || true || false || false || false
|}


= SIDs / STARs =
= SIDs / STARs =