p51d-jsbsim Animations and hot spots.
Add all hot spots to right side electrical panel. Some systems not implemented yet. Position lights working. Signal lights working. Add more range animations. Added light animations to pilot. Restructured pilot xml files. Added xml files for SCR-522C, A14A and AN/APS-13
This commit is contained in:
parent
932652205a
commit
0c67688205
4 changed files with 99 additions and 0 deletions
38
Aircraft/Instruments-3d/A-14A-OxReg/A-14A.xml
Normal file
38
Aircraft/Instruments-3d/A-14A-OxReg/A-14A.xml
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
|
||||
<path>A14A.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>range</type>
|
||||
<min-m>0</min-m>
|
||||
<max-m>7</max-m>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>A-14A-Ox-pipe</object-name>
|
||||
<object-name>A-14A-Body</object-name>
|
||||
<object-name>A-14A-Alt-selector</object-name>
|
||||
<object-name>A-14A-Hose-pipe</object-name>
|
||||
<object-name>A-14A-main-connector</object-name>
|
||||
<object-name>A-14A-Connector-elbow</object-name>
|
||||
<object-name>A-14A-connector-ring</object-name>
|
||||
<object-name>A-14A-Ox-inlet-pipe</object-name>
|
||||
<object-name>A-14A-Ox-inlet-flang</object-name>
|
||||
<object-name>A-14A-Ox-Con-nut</object-name>
|
||||
<object-name>A-14A-normal-100-pct</object-name>
|
||||
<object-name>A-14A-flang-3</object-name>
|
||||
<object-name>A-14A-flang-1</object-name>
|
||||
<object-name>A-14A-flang-2</object-name>
|
||||
<object-name>A-14A-plug-flang</object-name>
|
||||
<object-name>A-14A-blink-con</object-name>
|
||||
<emission>
|
||||
<factor-prop>controls/lighting/cabin-norm</factor-prop>
|
||||
<red>0.25</red>
|
||||
<green>0.12</green>
|
||||
<blue>0.12</blue>
|
||||
</emission>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
26
Aircraft/Instruments-3d/AN-APS-13/AN-APS-13-bell-box.xml
Normal file
26
Aircraft/Instruments-3d/AN-APS-13/AN-APS-13-bell-box.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
|
||||
<path>AN-APS-13-bell-box.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>range</type>
|
||||
<min-m>0</min-m>
|
||||
<max-m>7</max-m>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>AN/APS-13-bell-panel</object-name>
|
||||
<object-name>AN/APS-13-bell-base</object-name>
|
||||
<object-name>AN/APS-13-bell</object-name>
|
||||
<object-name>AN/APS-13-bell-bolt</object-name>
|
||||
<emission>
|
||||
<factor-prop>controls/lighting/cabin-norm</factor-prop>
|
||||
<red>0.25</red>
|
||||
<green>0.12</green>
|
||||
<blue>0.12</blue>
|
||||
</emission>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
29
Aircraft/Instruments-3d/AN-APS-13/AN-APS-13.xml
Normal file
29
Aircraft/Instruments-3d/AN-APS-13/AN-APS-13.xml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
|
||||
<path>AN-APS-13.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>range</type>
|
||||
<min-m>0</min-m>
|
||||
<max-m>7</max-m>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>APS-13-plate</object-name>
|
||||
<object-name>aps-13-lamp</object-name>
|
||||
<object-name>aps-13-power-sw</object-name>
|
||||
<object-name>aps-13-test-sw-plate</object-name>
|
||||
<object-name>asp-13-audio</object-name>
|
||||
<object-name>aps-13-test-sw</object-name>
|
||||
<object-name>aps-13-cable-hole</object-name>
|
||||
<emission>
|
||||
<factor-prop>controls/lighting/cabin-norm</factor-prop>
|
||||
<red>0.25</red>
|
||||
<green>0.12</green>
|
||||
<blue>0.12</blue>
|
||||
</emission>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
|
@ -4,6 +4,12 @@
|
|||
|
||||
<path>SCR-522C.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>range</type>
|
||||
<min-m>0</min-m>
|
||||
<max-m>7</max-m>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>SCR-522C-OFF</object-name>
|
||||
|
|
Loading…
Reference in a new issue