CVS: data/Aircraft/C-2A/Models/Interior/Panel/Instruments/empty empty.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/empty
In directory baron.flightgear.org:/tmp/cvs-serv29031/Models/Interior/Panel/Instruments/empty

Modified Files:
	empty.xml 
Log Message:
- little update on FDM (thanks to Melchior for the YASim_import script)
- Add Nav light and light Cone
- Add shadow

Index: empty.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/C-2A/Models/Interior/Panel/Instruments/empty/empty.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- empty.xml	19 Dec 2008 09:52:17 -0000	1.1
+++ empty.xml	21 Apr 2010 17:21:31 -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>sur</object-name>
 
     <object-name>vitre</object-name>
@@ -21,21 +18,21 @@
     <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>
     <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>
 


------------------------------------------------------------------------------