Adjust the damping factors slightly
This commit is contained in:
parent
a3f0332901
commit
56b6777bad
1 changed files with 5 additions and 5 deletions
|
@ -131,7 +131,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
|
||||
<at-model type="bool">true</at-model>
|
||||
<at-model-idx type="int">0</at-model-idx>
|
||||
<at-model-heading-damping type="double">2</at-model-heading-damping>
|
||||
<at-model-heading-damping type="double">1.8</at-model-heading-damping>
|
||||
<target-z-offset-m type="double">0</target-z-offset-m>
|
||||
|
||||
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
|
||||
|
@ -158,10 +158,10 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
|
||||
<at-model type="bool">true</at-model>
|
||||
<at-model-idx type="int">0</at-model-idx>
|
||||
<at-model-alt-damping type="double">1.8</at-model-alt-damping>
|
||||
<at-model-roll-damping type="double">2</at-model-roll-damping>
|
||||
<at-model-pitch-damping type="double">2</at-model-pitch-damping>
|
||||
<at-model-heading-damping type="double">2</at-model-heading-damping>
|
||||
<at-model-alt-damping type="double">1.2</at-model-alt-damping>
|
||||
<at-model-roll-damping type="double">1.8</at-model-roll-damping>
|
||||
<at-model-pitch-damping type="double">1.8</at-model-pitch-damping>
|
||||
<at-model-heading-damping type="double">1.8</at-model-heading-damping>
|
||||
<target-z-offset-m type="double">0</target-z-offset-m>
|
||||
|
||||
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
|
||||
|
|
Loading…
Add table
Reference in a new issue