CVS: data/Aircraft/C-2A/Models/Interior interior.ac, 1.2, 1.3 interior.xml, 1.3, 1.4 shader.png, 1.1, NONE
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
In directory baron.flightgear.org:/tmp/cvs-serv29031/Models/Interior
Modified Files:
interior.ac interior.xml
Removed Files:
shader.png
Log Message:
- little update on FDM (thanks to Melchior for the YASim_import script)
- Add Nav light and light Cone
- Add shadow
Index: interior.ac
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/C-2A/Models/Interior/interior.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- interior.ac 20 Dec 2008 14:20:05 -0000 1.2
+++ interior.ac 21 Apr 2010 17:13:58 -0000 1.3
@@ -1,7 +1,6 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
-MATERIAL "NoName" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 1 1 1 shi 50 trans 0
-MATERIAL "NoName.002" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 1 1 1 shi 50 trans 0
+MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "transp" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 1 1 1 shi 50 trans 0.52902
OBJECT world
kids 5
@@ -2400,3511 +2399,3511 @@
-6.102261 -1.729469 -0.807153
numsurf 1147
[...6053 lines suppressed...]
+mat 1
refs 4
1 0.185994982719 0.833111107349
45 0.185994982719 0.836057960987
65 0.204026758671 0.836059987545
21 0.204026758671 0.833111345768
SURF 0x10
-mat 2
+mat 1
refs 4
0 0.17439609766 0.833111345768
44 0.17439609766 0.836059987545
45 0.185994982719 0.836057960987
1 0.185994982719 0.833111107349
SURF 0x10
-mat 2
+mat 1
refs 4
0 0.17439609766 0.833111345768
10 0.166984379292 0.833111345768
Index: interior.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/C-2A/Models/Interior/interior.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- interior.xml 21 Dec 2008 13:33:11 -0000 1.3
+++ interior.xml 21 Apr 2010 17:14:17 -0000 1.4
@@ -20,13 +20,13 @@
<object-name>intvitres</object-name>
</animation>
- <animation>
- <type>shader</type>
- <shader>chrome</shader>
- <texture>shader.png</texture>
+ <animation>
+ <type>shader</type>
+ <shader>chrome</shader>
+ <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
<object-name>intvitres</object-name>
- </animation>
-
+ </animation>
+
<!-- Pilote -->
<model>
<path>Aircraft/C-2A/Models/Pilot/pilot.xml</path>
--- "shader.png" DELETED ---
------------------------------------------------------------------------------