1. Changed from nasal asin and acos to interpolation gear scisors animation for pa24 and pa28. Also changed from nasal filters to pseudo autopilot xml filters for nav0 and nav1 cdi and gs needle animations.
2. Corrected c172p nav0 and nav1 cdi and gs needle animations by adding generic-autopilot-helper.xml per Torsten's hint. 3. Changed main gear compression animation computation from nasal to interpolation xml.
This commit is contained in:
parent
2c4ecfb886
commit
869ad48f28
3 changed files with 6 additions and 3 deletions
|
@ -2287,7 +2287,6 @@
|
|||
<type>rotate</type>
|
||||
<object-name>TopLink</object-name>
|
||||
<property>gear/gear[0]/compression-norm</property>
|
||||
<factor>3.0</factor>
|
||||
<center>
|
||||
<x-m>-0.95412</x-m>
|
||||
<y-m>0.0</y-m>
|
||||
|
@ -2305,7 +2304,6 @@
|
|||
<type>rotate</type>
|
||||
<object-name>BottomLink</object-name>
|
||||
<property>gear/gear[0]/compression-norm</property>
|
||||
<factor>3.0</factor>
|
||||
<center>
|
||||
<x-m>-1.02349</x-m>
|
||||
<y-m>0.0</y-m>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version = '1.0' encoding = 'UTF-8' ?>
|
||||
<PropertyList>
|
||||
|
||||
<filter>
|
||||
|
|
|
@ -68,11 +68,15 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|||
</view>
|
||||
|
||||
<systems>
|
||||
<autopilot>
|
||||
<name>autopilot helpers</name>
|
||||
<path>Aircraft/Generic/generic-autopilot-helper.xml</path>
|
||||
</autopilot>
|
||||
<autopilot>
|
||||
<path>Aircraft/c172p/Systems/KAP140.xml</path>
|
||||
</autopilot>
|
||||
<autopilot>
|
||||
<name>NAV-GS-needle-Filters</name>
|
||||
<name>FiltersOnly</name>
|
||||
<path>Aircraft/c172p/Systems/NAVandGSfilters.xml</path>
|
||||
</autopilot>
|
||||
<electrical>
|
||||
|
|
Loading…
Add table
Reference in a new issue