From b7098b0bda5a20a00fe9be00a68d7035f88059dd Mon Sep 17 00:00:00 2001 From: mfranz <mfranz> Date: Wed, 25 Mar 2009 19:07:20 +0000 Subject: [PATCH] Dave PERRY: pa24/instruments-3d: ambient & transparency fixes - Corrects ambient for pa24-250 oat and radio stack .ac files. - Removes osg transparency artifacts for Century III mode switch. --- .../Century-III/AutopilotMode-CIII.xml | 78 +++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 Aircraft/Instruments-3d/Century-III/AutopilotMode-CIII.xml diff --git a/Aircraft/Instruments-3d/Century-III/AutopilotMode-CIII.xml b/Aircraft/Instruments-3d/Century-III/AutopilotMode-CIII.xml new file mode 100644 index 000000000..34e3fe91c --- /dev/null +++ b/Aircraft/Instruments-3d/Century-III/AutopilotMode-CIII.xml @@ -0,0 +1,78 @@ +<?xml version="1.0" ?> +<!-- + $Id$ + This is the Altimatic IIIc Autopilot "Coupler Mode Selector" 3d instrument. + Maintainer: Torsten Dreyer, Dave Perry + + AltimaticIIIc is a Piper rename of the Century III autopilot + +--> +<PropertyList> + <path>../Century-IIB/AutopilotMode.ac</path> + + <!-- Autopilot Mode Hot Spots--> + <panel> + <path>Aircraft/Instruments-3d/Century-III/AutopilotModePanel.xml</path> + <bottom-left> + <x-m>0.001</x-m> + <y-m>-0.016</y-m> + <z-m>-0.016</z-m> + </bottom-left> + <bottom-right> + <x-m>0.001</x-m> + <y-m>0.016</y-m> + <z-m>-0.016</z-m> + </bottom-right> + <top-left> + <x-m>0.001</x-m> + <y-m>-0.016</y-m> + <z-m>0.016</z-m> + </top-left> + </panel> + + <animation> + <type>noshadow</type> + <object-name>AutopilotMode</object-name> + </animation> + + <animation> + <type>material</type> + <object-name>AutopilotMode.Face</object-name> + <emission> + <red>0.45</red> + <green>0.09</green> + <blue>0.00001</blue> + <factor-prop>/sim/model/material/instruments/factor</factor-prop> + </emission> + </animation> + + <animation> + <type>material</type> + <object-name>AutopilotMode.Knob</object-name> + <emission> + <red>0.2</red> + <green>0.04</green> + <blue>0.00002</blue> + <factor-prop>/sim/model/material/instruments/factor</factor-prop> + </emission> + </animation> + + <animation> + <type>rotate</type> + <object-name>AutopilotMode.Knob</object-name> + <property>/autopilot/CENTURYIII/controls/mode</property> + <factor>-30</factor> + <offset-deg>60</offset-deg> + <axis> + <x>1</x> + <y>0</y> + <z>0</z> + </axis> + <center> + <x-m>0</x-m> + <y-m>0</y-m> + <z-m>-0.00592792</z-m> + </center> + </animation> + +</PropertyList>