CVS: data/Aircraft/C-2A/Models/Interior/Panel/Instruments/alt alt.xml, 1.1, 1.2
Emmanuel Baranger <[email protected]> Wed, 21 Apr 2010 12:33:23 -0500
| Newsgroups | gmane.games.flightgear.cvc |
|---|---|
| Message-ID | <[email protected]> |
Update of /var/cvs/FlightGear-0.9/data/Aircraft/C-2A/Models/Interior/Panel/Instruments/alt
In directory baron.flightgear.org:/tmp/cvs-serv29031/Models/Interior/Panel/Instruments/alt
Modified Files:
alt.xml
Log Message:
- little update on FDM (thanks to Melchior for the YASim_import script)
- Add Nav light and light Cone
- Add shadow
Index: alt.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/C-2A/Models/Interior/Panel/Instruments/alt/alt.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alt.xml 18 Dec 2008 20:49:56 -0000 1.1
+++ alt.xml 21 Apr 2010 17:20:40 -0000 1.2
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
@@ -7,10 +7,7 @@
<animation>
<object-name>contour</object-name>
<object-name>Face</object-name>
- <object-name>visse1</object-name>
- <object-name>visse2</object-name>
- <object-name>visse3</object-name>
- <object-name>visse4</object-name>
+ <object-name>visses</object-name>
<object-name>disk</object-name>
<object-name>inhg</object-name>
<object-name>Needle100</object-name>
@@ -26,13 +23,13 @@
<object-name>vitre</object-name>
</animation>
- <animation>
- <type>shader</type>
- <shader>chrome</shader>
- <texture>shader.png</texture>
+ <animation>
+ <type>shader</type>
+ <shader>chrome</shader>
+ <texture>shader.png</texture>
<object-name>vitre</object-name>
- </animation>
-
+ </animation>
+
<animation>
<type>material</type>
<object-name>Face</object-name>
@@ -41,10 +38,10 @@
<object-name>Needle1000</object-name>
<object-name>Needle100</object-name>
<emission>
- <red> 1.0 </red>
- <green> 0.2 </green>
- <blue> 0.0 </blue>
- <factor-prop>/sim/model//material/instruments/factor</factor-prop>
+ <red> 0.030 </red>
+ <green> 0.015 </green>
+ <blue> 0.005 </blue>
+ <factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
</emission>
</animation>
@@ -65,9 +62,9 @@
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.36</factor>
<axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
+ <x> -1 </x>
+ <y> 0 </y>
+ <z> 0 </z>
</axis>
</animation>
@@ -77,9 +74,9 @@
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.036</factor>
<axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
+ <x> -1 </x>
+ <y> 0 </y>
+ <z> 0 </z>
</axis>
</animation>
@@ -89,9 +86,9 @@
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.0036</factor>
<axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
+ <x> -1 </x>
+ <y> 0 </y>
+ <z> 0 </z>
</axis>
</animation>
@@ -112,13 +109,13 @@
<entry><ind> 31.40 </ind><dep> 350.00 </dep></entry>
</interpolation>
<center>
- <x>0.25</x>
- <y>0.25</y>
+ <x> 0.25 </x>
+ <y> 0.25 </y>
</center>
<axis>
- <x>0</x>
- <y>0</y>
- <z>-1</z>
+ <x> 0 </x>
+ <y> 0 </y>
+ <z> -1 </z>
</axis>
</animation>
@@ -134,10 +131,10 @@
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
- <step>-0.01</step>
- <min>26.0</min>
- <max>33.0</max>
- <wrap>false</wrap>
+ <step> -0.01 </step>
+ <min> 26.00 </min>
+ <max> 33.00 </max>
+ <wrap> false </wrap>
</binding>
</action>
<action>
@@ -147,10 +144,10 @@
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
- <step>-0.1</step>
- <min>26.0</min>
- <max>33.0</max>
- <wrap>false</wrap>
+ <step> -0.1 </step>
+ <min> 26.0 </min>
+ <max> 33.0 </max>
+ <wrap> false </wrap>
</binding>
</action>
</animation>
@@ -179,10 +176,10 @@
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
- <step>0.1</step>
- <min>26.0</min>
- <max>33.0</max>
- <wrap>false</wrap>
+ <step> 0.1 </step>
+ <min> 26.0 </min>
+ <max> 33.0 </max>
+ <wrap> false </wrap>
</binding>
</action>
</animation>
------------------------------------------------------------------------------