The model now has several animated (but untextured) 3D controls:
- yokes - carb heat - throttle - mixture - flap switch - trim wheel Moved the pilot seat back slightly. Use LOD more aggressively, so that all the interior detail is skipped when the viewer is distant.
This commit is contained in:
parent
3ce07eb94c
commit
103595d38a
3 changed files with 3242 additions and 1240 deletions
|
@ -44,8 +44,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
<goal-heading-deg>3</goal-heading-deg>
|
<goal-heading-deg>3</goal-heading-deg>
|
||||||
<x-offset-m archive="y">-0.18</x-offset-m>
|
<x-offset-m archive="y">-0.18</x-offset-m>
|
||||||
<y-offset-m archive="y">0.25</y-offset-m>
|
<y-offset-m archive="y">0.25</y-offset-m>
|
||||||
<z-offset-m archive="y">0.2</z-offset-m>
|
<z-offset-m archive="y">0.4</z-offset-m>
|
||||||
<default-field-of-view-deg>50.0</default-field-of-view-deg>
|
<default-field-of-view-deg>55.0</default-field-of-view-deg>
|
||||||
<default-pitch-deg>-9.5</default-pitch-deg>
|
<default-pitch-deg>-9.5</default-pitch-deg>
|
||||||
<front-direction-deg>-1.5</front-direction-deg>
|
<front-direction-deg>-1.5</front-direction-deg>
|
||||||
<front-left-direction-deg>45</front-left-direction-deg>
|
<front-left-direction-deg>45</front-left-direction-deg>
|
||||||
|
@ -59,7 +59,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<current-view>
|
<current-view>
|
||||||
<field-of-view>70</field-of-view>
|
<field-of-view>55</field-of-view>
|
||||||
<heading-offset-deg>-1.5</heading-offset-deg>
|
<heading-offset-deg>-1.5</heading-offset-deg>
|
||||||
<pitch-offset-deg>-9.5</pitch-offset-deg>
|
<pitch-offset-deg>-9.5</pitch-offset-deg>
|
||||||
</current-view>
|
</current-view>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -8,19 +8,20 @@
|
||||||
3D instruments -->
|
3D instruments -->
|
||||||
|
|
||||||
<panel>
|
<panel>
|
||||||
|
<name>PanelInstruments</name>
|
||||||
<path>Aircraft/c172/Panels/c172-trans-panel.xml</path>
|
<path>Aircraft/c172/Panels/c172-trans-panel.xml</path>
|
||||||
<bottom-left>
|
<bottom-left>
|
||||||
<x-m>-0.40</x-m>
|
<x-m>-0.35</x-m>
|
||||||
<y-m>-0.50</y-m>
|
<y-m>-0.50</y-m>
|
||||||
<z-m>-0.10</z-m>
|
<z-m>-0.10</z-m>
|
||||||
</bottom-left>
|
</bottom-left>
|
||||||
<bottom-right>
|
<bottom-right>
|
||||||
<x-m>-0.40</x-m>
|
<x-m>-0.35</x-m>
|
||||||
<y-m> 0.50</y-m>
|
<y-m> 0.50</y-m>
|
||||||
<z-m>-0.10</z-m>
|
<z-m>-0.10</z-m>
|
||||||
</bottom-right>
|
</bottom-right>
|
||||||
<top-left>
|
<top-left>
|
||||||
<x-m>-0.40</x-m>
|
<x-m>-0.35</x-m>
|
||||||
<y-m>-0.50</y-m>
|
<y-m>-0.50</y-m>
|
||||||
<z-m> 0.25</z-m>
|
<z-m> 0.25</z-m>
|
||||||
</top-left>
|
</top-left>
|
||||||
|
@ -34,6 +35,190 @@
|
||||||
<max-m>10000</max-m>
|
<max-m>10000</max-m>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<!-- Controls -->
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<name>CarbHeatGroup</name>
|
||||||
|
<object-name>CarbHeat</object-name>
|
||||||
|
<object-name>CarbHeatBack</object-name>
|
||||||
|
<object-name>CarbHeatRod</object-name>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<name>ThrottleGroup</name>
|
||||||
|
<object-name>Throttle</object-name>
|
||||||
|
<object-name>ThrottleRod</object-name>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<name>MixtureGroup</name>
|
||||||
|
<object-name>Mixture</object-name>
|
||||||
|
<object-name>MixtureRod</object-name>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<name>FlapSwitchGroup</name>
|
||||||
|
<object-name>FlapSwitch</object-name>
|
||||||
|
<object-name>FlapSwitchRod</object-name>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<name>ControlsGroup</name>
|
||||||
|
<object-name>PanelInstruments</object-name>
|
||||||
|
<object-name>LeftYoke</object-name>
|
||||||
|
<object-name>RightYoke</object-name>
|
||||||
|
<object-name>CarbHeatGroup</object-name>
|
||||||
|
<object-name>ThrottleGroup</object-name>
|
||||||
|
<object-name>MixtureGroup</object-name>
|
||||||
|
<object-name>FlapSwitchGroup</object-name>
|
||||||
|
<object-name>TrimWheel</object-name>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>range</type>
|
||||||
|
<object-name>ControlsGroup</object-name>
|
||||||
|
<min-m>0</min-m>
|
||||||
|
<max-m>10.0</max-m>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>translate</type>
|
||||||
|
<object-name>LeftYoke</object-name>
|
||||||
|
<object-name>RightYoke</object-name>
|
||||||
|
<property>/controls/elevator</property>
|
||||||
|
<factor>-0.03</factor>
|
||||||
|
<axis>
|
||||||
|
<x>1.0</x>
|
||||||
|
<y>0.0</y>
|
||||||
|
<z>0.0</z>
|
||||||
|
</axis>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>rotate</type>
|
||||||
|
<object-name>LeftYoke</object-name>
|
||||||
|
<property>/controls/aileron</property>
|
||||||
|
<factor>-45</factor>
|
||||||
|
<center>
|
||||||
|
<x-m>-0.23</x-m>
|
||||||
|
<y-m>-0.28</y-m>
|
||||||
|
<z-m>-0.13</z-m>
|
||||||
|
</center>
|
||||||
|
<axis>
|
||||||
|
<x>1.0</x>
|
||||||
|
<y>0.0</y>
|
||||||
|
<z>0.0</z>
|
||||||
|
</axis>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>rotate</type>
|
||||||
|
<object-name>RightYoke</object-name>
|
||||||
|
<property>/controls/aileron</property>
|
||||||
|
<factor>-45</factor>
|
||||||
|
<center>
|
||||||
|
<x-m>-0.23</x-m>
|
||||||
|
<y-m>0.28</y-m>
|
||||||
|
<z-m>-0.13</z-m>
|
||||||
|
</center>
|
||||||
|
<axis>
|
||||||
|
<x>1.0</x>
|
||||||
|
<y>0.0</y>
|
||||||
|
<z>0.0</z>
|
||||||
|
</axis>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>translate</type>
|
||||||
|
<object-name>CarbHeatGroup</object-name>
|
||||||
|
<property>/controls/carb-heat</property>
|
||||||
|
<factor>-0.08</factor>
|
||||||
|
<axis>
|
||||||
|
<x>1.0</x>
|
||||||
|
<y>0.0</y>
|
||||||
|
<z>0.0</z>
|
||||||
|
</axis>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>translate</type>
|
||||||
|
<object-name>ThrottleGroup</object-name>
|
||||||
|
<property>/controls/throttle</property>
|
||||||
|
<factor>-0.10</factor>
|
||||||
|
<axis>
|
||||||
|
<x>1.0</x>
|
||||||
|
<y>0.0</y>
|
||||||
|
<z>0.0</z>
|
||||||
|
</axis>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>translate</type>
|
||||||
|
<object-name>MixtureGroup</object-name>
|
||||||
|
<property>/controls/mixture</property>
|
||||||
|
<factor>-0.10</factor>
|
||||||
|
<axis>
|
||||||
|
<x>1.0</x>
|
||||||
|
<y>0.0</y>
|
||||||
|
<z>0.0</z>
|
||||||
|
</axis>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>rotate</type>
|
||||||
|
<property>/controls/flaps</property>
|
||||||
|
<object-name>FlapSwitchGroup</object-name>
|
||||||
|
<factor>60</factor>
|
||||||
|
<offset-deg>-30</offset-deg>
|
||||||
|
<axis>
|
||||||
|
<x>0.0</x>
|
||||||
|
<y>1.0</y>
|
||||||
|
<z>0.0</z>
|
||||||
|
</axis>
|
||||||
|
<center>
|
||||||
|
<x-m>-0.39</x-m>
|
||||||
|
<y-m>0.19</y-m>
|
||||||
|
<z-m>-0.25</z-m>
|
||||||
|
</center>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>rotate</type>
|
||||||
|
<object-name>TrimWheel</object-name>
|
||||||
|
<property>/controls/elevator-trim</property>
|
||||||
|
<factor>-360</factor>
|
||||||
|
<axis>
|
||||||
|
<x>0.0</x>
|
||||||
|
<y>1.0</y>
|
||||||
|
<z>0.0</z>
|
||||||
|
</axis>
|
||||||
|
<center>
|
||||||
|
<x-m>-0.41</x-m>
|
||||||
|
<y-m>-0.04</y-m>
|
||||||
|
<z-m>-0.46</z-m>
|
||||||
|
</center>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<!-- Interior -->
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<name>InteriorGroup</name>
|
||||||
|
<object-name>Cabin</object-name>
|
||||||
|
<object-name>Panel</object-name>
|
||||||
|
<object-name>PilotSeat</object-name>
|
||||||
|
<object-name>CopilotSeat</object-name>
|
||||||
|
<object-name>BackSeat</object-name>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>range</type>
|
||||||
|
<object-name>InteriorGroup</object-name>
|
||||||
|
<min-m>0</min-m>
|
||||||
|
<max-m>50</max-m>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<!-- Airframe -->
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>Propeller</object-name>
|
<object-name>Propeller</object-name>
|
||||||
|
@ -251,53 +436,6 @@
|
||||||
</axis>
|
</axis>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>translate</type>
|
|
||||||
<object-name>LeftYoke</object-name>
|
|
||||||
<object-name>RightYoke</object-name>
|
|
||||||
<property>/controls/elevator</property>
|
|
||||||
<factor>-0.03</factor>
|
|
||||||
<axis>
|
|
||||||
<x>1.0</x>
|
|
||||||
<y>0.0</y>
|
|
||||||
<z>0.0</z>
|
|
||||||
</axis>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>rotate</type>
|
|
||||||
<object-name>LeftYoke</object-name>
|
|
||||||
<property>/controls/aileron</property>
|
|
||||||
<factor>-45</factor>
|
|
||||||
<center>
|
|
||||||
<x-m>-0.23</x-m>
|
|
||||||
<y-m>-0.21</y-m>
|
|
||||||
<z-m>-0.14</z-m>
|
|
||||||
</center>
|
|
||||||
<axis>
|
|
||||||
<x>1.0</x>
|
|
||||||
<y>0.0</y>
|
|
||||||
<z>0.0</z>
|
|
||||||
</axis>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>rotate</type>
|
|
||||||
<object-name>RightYoke</object-name>
|
|
||||||
<property>/controls/aileron</property>
|
|
||||||
<factor>-45</factor>
|
|
||||||
<center>
|
|
||||||
<x-m>-0.23</x-m>
|
|
||||||
<y-m>0.21</y-m>
|
|
||||||
<z-m>-0.14</z-m>
|
|
||||||
</center>
|
|
||||||
<axis>
|
|
||||||
<x>1.0</x>
|
|
||||||
<y>0.0</y>
|
|
||||||
<z>0.0</z>
|
|
||||||
</axis>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>rotate</type>
|
<type>rotate</type>
|
||||||
<object-name>LeftFlap</object-name>
|
<object-name>LeftFlap</object-name>
|
||||||
|
|
Loading…
Reference in a new issue