Merge branch 'master' of gitorious.org:fg/fgdata
|
@ -254,7 +254,7 @@ var makePolylinePath = func (points, width, round_ends = 0) {
|
|||
if (size(points) < 2) return nil;
|
||||
var ret = LinePlane.new(points[0], points[1], width);
|
||||
if (round_ends) {
|
||||
ret = UnionConstraint.new(line,
|
||||
ret = UnionConstraint.new(ret,
|
||||
CircularXYSurface.new(points[0], width/2));
|
||||
}
|
||||
for (var i = 2; i < size(points); i += 1) {
|
||||
|
|
|
@ -277,6 +277,11 @@
|
|||
</turbulence>
|
||||
|
||||
<params>
|
||||
<!--
|
||||
valid values for jsbsim-turbulence-model:
|
||||
ttNone, ttStandard, ttBerndt, ttCulp, ttMilspec, ttTustin
|
||||
-->
|
||||
<jsbsim-turbulence-model type="string" userarchive="y">ttMilspec</jsbsim-turbulence-model>
|
||||
<metar-max-age-min type="long">240</metar-max-age-min>
|
||||
<metar-updates-environment type="bool">true</metar-updates-environment>
|
||||
<metar-updates-winds-aloft type="bool">true</metar-updates-winds-aloft>
|
||||
|
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 71 KiB |