579
edits
mNo edit summary |
(→Metrics: Added xml syntax for metrics) |
||
Line 70: | Line 70: | ||
* EYEPOINT - where G-forces are computed for the pilot | * EYEPOINT - where G-forces are computed for the pilot | ||
* VRP - the world position reported by JSBSim to FlightGear is for this location in the structural frame. Hence, the VRP location should match the origin of the coordinate system(s) used to position views, sounds and the 3d model in the FlightGear XML files. | * VRP - the world position reported by JSBSim to FlightGear is for this location in the structural frame. Hence, the VRP location should match the origin of the coordinate system(s) used to position views, sounds and the 3d model in the FlightGear XML files. | ||
<syntaxhighlight lang="xml"> | |||
<metrics> | |||
<wingarea unit="{FT2 | M2}"> {number} </wingarea> | |||
<wingspan unit="{FT | M}"> {number} </wingspan> | |||
<chord unit="{FT | M}"> {number} </chord> | |||
<htailarea unit="{FT2 | M2}"> {number} </htailarea> | |||
<htailarm unit="{FT | M}"> {number} </htailarm> | |||
<vtailarea unit="{FT2 | M}"> {number} </vtailarea> | |||
<vtailarm unit="{FT | M}"> {number} </vtailarm> | |||
<wing_incidence unit="{RAD | DEG}"> {number} </wing_incidence> | |||
<pitot_angle unit="{RAD | DEG}"> {number} </pitot_angle> | |||
<location name="{AERORP | EYEPOINT | VRP}" unit="{IN | M}"> | |||
<x> {number} </x> | |||
<y> {number} </y> | |||
<z> {number} </z> | |||
</location> | |||
{other location blocks} | |||
</metrics> | |||
</syntaxhighlight> | |||
== Forces == | == Forces == |
edits