minor corrections & cosmetics
This commit is contained in:
parent
11fdae87a6
commit
9f37927237
1 changed files with 3 additions and 3 deletions
|
@ -210,7 +210,7 @@ The <object-path> is relative to the data directory (FG_ROOT).
|
|||
<elevation-m> is in meter and relative to mean sea-level (in the fgfs world).
|
||||
<heading-deg> is in degree, counter-clockwise with North being 0.0. Note
|
||||
that this differs from about every other place in FlightGear, most notably
|
||||
the /position/heading-deg entry in the property system, which is clockwise.
|
||||
the /orientation/heading-deg entry in the property system, which is clockwise.
|
||||
OBJECT_SHARED models are cached and reused. They are only once in memory
|
||||
and never freed. (See also the next section.)
|
||||
|
||||
|
@ -242,7 +242,7 @@ Example:
|
|||
|
||||
|
||||
3.5 OBJECT_SIGN
|
||||
--------------------
|
||||
---------------
|
||||
|
||||
defines taxiway or runway sign. The syntax is like that of OBJECT_SHARED
|
||||
entries, except that the path is replaced with a sign contents specification.
|
||||
|
@ -344,7 +344,7 @@ Examples:
|
|||
|
||||
{@R}10L-28R{@L}C
|
||||
{@Y,@l}P|{@ul}N{@L}F{@Y}F{@ur}
|
||||
{@Y}{@dl}C ... same as any of {@Y,@dl}C {@Y,@dl,C} {@Y,left-down,C}
|
||||
{@Y,@dl}C ... same as any of {@Y}{@dl}C {@Y,@dl,C} {@Y,left-down,C}
|
||||
{@B}17
|
||||
{@material=RedSign,@size=1.6,no-exit}
|
||||
|
||||
|
|
Loading…
Reference in a new issue