|
From: Vivian M. <vmm...@fl...> - 2007-06-30 21:03:11
|
Update of /var/cvs/FlightGear-0.9/data/Aircraft/Lightning/Models In directory baron:/tmp/cvs-serv9494 Modified Files: lightning-model.xml Log Message: Hide radar display in panel view Index: lightning-model.xml =================================================================== RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/Lightning/Models/lightning-model.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C 2 -r1.10 -r1.11 *** lightning-model.xml 27 Jun 2007 12:57:08 -0000 1.10 --- lightning-model.xml 30 Jun 2007 21:01:36 -0000 1.11 *************** *** 24,30 **** <!-- Main Panel Top Row --> ! <panel> <path>Aircraft/Lightning/Panels/radar-panel.xml</path> <bottom-left> <x-m>2.5</x-m> --- 24,37 ---- <!-- Main Panel Top Row --> ! <panel> <path>Aircraft/Lightning/Panels/radar-panel.xml</path> + <name>Radar</name> + <condition> + <equals> + <property>instrumentation/radar/minimized</property> + <value>false</value> + </equals> + </condition> <bottom-left> <x-m>2.5</x-m> *************** *** 43,47 **** </top-left> </panel> ! <model> <path>Aircraft/Lightning/Models/asi.xml</path> --- 50,65 ---- </top-left> </panel> ! ! <animation> ! <type>select</type> ! <object-name>Radar</object-name> ! <condition> ! <equals> ! <property>instrumentation/radar/minimized</property> ! <value>false</value> ! </equals> ! </condition> ! </animation> ! <model> <path>Aircraft/Lightning/Models/asi.xml</path> *************** *** 210,214 **** </model> ! <!-- Centre Console --> <model> <path>Aircraft/Lightning/Models/radio.xml</path> --- 228,232 ---- </model> ! <!-- Centre Console --> <model> <path>Aircraft/Lightning/Models/radio.xml</path> *************** *** 508,512 **** </offsets> </model> ! <!-- Model Animations --> --- 526,530 ---- </offsets> </model> ! <!-- Model Animations --> *************** *** 577,587 **** </animation> ! <animation> ! <type>shader</type> ! <shader>chrome</shader> ! <texture>chrome2.rgb</texture> ! <object-name>flap_stbd</object-name> ! <object-name>flap_port</object-name> ! </animation> --- 595,605 ---- </animation> ! <animation> ! <type>shader</type> ! <shader>chrome</shader> ! <texture>chrome2.rgb</texture> ! <object-name>flap_stbd</object-name> ! <object-name>flap_port</object-name> ! </animation> *************** *** 823,827 **** <!-- Canopy animation --> ! <!-- <animation> <type>rotate</type> --- 841,845 ---- <!-- Canopy animation --> ! <!-- <animation> <type>rotate</type> *************** *** 1379,1388 **** <!-- Lighting --> ! <animation> <type>material</type> <object-name>main_tube</object-name> <object-name>probe_tip</object-name> ! <emission> ! <factor-prop>/controls/lighting/probe</factor-prop> <red>0.90</red> <green>0.90</green> --- 1397,1406 ---- <!-- Lighting --> ! <animation> <type>material</type> <object-name>main_tube</object-name> <object-name>probe_tip</object-name> ! <emission> ! <factor-prop>/controls/lighting/probe</factor-prop> <red>0.90</red> <green>0.90</green> *************** *** 1392,1400 **** <!-- Tailpipes --> ! <animation> <type>material</type> <object-name>burner1</object-name> ! <emission> ! <factor-prop>engines/engine[0]/egt_degf</factor-prop> <red>0.0001</red> <green>0.0</green> --- 1410,1418 ---- <!-- Tailpipes --> ! <animation> <type>material</type> <object-name>burner1</object-name> ! <emission> ! <factor-prop>engines/engine[0]/egt_degf</factor-prop> <red>0.0001</red> <green>0.0</green> *************** *** 1402,1410 **** </emission> </animation> ! <animation> <type>material</type> <object-name>burner2</object-name> ! <emission> ! <factor-prop>engines/engine[1]/egt_degf</factor-prop> <red>0.0001</red> <green>0.0</green> --- 1420,1428 ---- </emission> </animation> ! <animation> <type>material</type> <object-name>burner2</object-name> ! <emission> ! <factor-prop>engines/engine[1]/egt_degf</factor-prop> <red>0.0001</red> <green>0.0</green> *************** *** 1419,1425 **** <object-name>nose_markings</object-name> <property-base>sim/model/livery/material/nose_markings</property-base> ! <texture-prop>texture</texture-prop> </animation> ! <animation> <type>material</type> --- 1437,1443 ---- <object-name>nose_markings</object-name> <property-base>sim/model/livery/material/nose_markings</property-base> ! <texture-prop>texture</texture-prop> </animation> ! <animation> <type>material</type> *************** *** 1427,1431 **** <object-name>sqdn_tail_badge</object-name> <property-base>sim/model/livery/material/sqdn_tail_badge</property-base> ! <texture-prop>texture</texture-prop> </animation> --- 1445,1449 ---- <object-name>sqdn_tail_badge</object-name> <property-base>sim/model/livery/material/sqdn_tail_badge</property-base> ! <texture-prop>texture</texture-prop> </animation> *************** *** 1433,1437 **** <type>material</type> <global type="bool">true</global> ! <object-name>main_fuselage_spine</object-name> <object-name>tail</object-name> <property-base>/sim/model/livery/material/tail_color</property-base> --- 1451,1455 ---- <type>material</type> <global type="bool">true</global> ! <object-name>main_fuselage_spine</object-name> <object-name>tail</object-name> <property-base>/sim/model/livery/material/tail_color</property-base> |