1
0
Fork 0

Add special taxiway signs and remove old unlighted signs materials

This commit is contained in:
Christian Schmitt 2012-05-11 11:38:20 +02:00
parent 3bcfe8296c
commit 06da90b993
4 changed files with 10 additions and 175 deletions

View file

@ -3,4 +3,5 @@
<PropertyList>
<glyph> <name>critical</name> <left>0.00000</left> <right>0.23633</right> </glyph>
<glyph> <name>safety</name> <left>0.24512</left> <right>0.73340</right> </glyph>
<glyph> <name>hazard</name> <left>0.76367</left> <right>1.00000</right> </glyph>
</PropertyList>

View file

@ -2373,19 +2373,8 @@
<!-- runway and taxiway signs -->
<material>
<name>YellowSign.unlighted</name>
<texture>Signs/yellow.dds</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-yellow.xml">
<name>YellowSign</name>
<name>YellowSign.lighted</name>
<texture>Signs/yellow.dds</texture>
<emissive>
<r>0.9</r>
@ -2396,19 +2385,8 @@
<ysize>128</ysize>
</material>
<material>
<name>RedSign.unlighted</name>
<texture>Signs/red.dds</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-red.xml">
<name>RedSign</name>
<name>RedSign.lighted</name>
<texture>Signs/red.dds</texture>
<emissive>
<r>0.9</r>
@ -2419,19 +2397,8 @@
<ysize>128</ysize>
</material>
<material>
<name>BlackSign.unlighted</name>
<texture>Signs/black.dds</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-black.xml">
<name>BlackSign</name>
<name>BlackSign.lighted</name>
<texture>Signs/black.dds</texture>
<emissive>
<r>0.9</r>
@ -2442,19 +2409,8 @@
<ysize>128</ysize>
</material>
<material>
<name>FramedSign.unlighted</name>
<texture>Signs/framed.dds</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-framed.xml">
<name>FramedSign</name>
<name>FramedSign.lighted</name>
<texture>Signs/framed.dds</texture>
<emissive>
<r>0.9</r>
@ -2465,20 +2421,9 @@
<ysize>128</ysize>
</material>
<material>
<name>RunwaySign.unlighted</name>
<texture>Signs/yellow_rwy.dds</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-runway.xml">
<name>RunwaySign</name>
<name>RunwaySign.lighted</name>
<texture>Signs/yellow_rwy.dds</texture>
<material include="Materials/base/glyphs-special.xml">
<name>SpecialSign</name>
<texture>Signs/special.dds</texture>
<emissive>
<r>0.9</r>
<g>0.9</g>

View file

@ -2195,19 +2195,8 @@
<!-- runway and taxiway signs -->
<material>
<name>YellowSign.unlighted</name>
<texture>Signs/yellow.png</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-yellow.xml">
<name>YellowSign</name>
<name>YellowSign.lighted</name>
<texture>Signs/yellow.png</texture>
<emissive>
<r>0.9</r>
@ -2218,19 +2207,8 @@
<ysize>128</ysize>
</material>
<material>
<name>RedSign.unlighted</name>
<texture>Signs/red.png</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-red.xml">
<name>RedSign</name>
<name>RedSign.lighted</name>
<texture>Signs/red.png</texture>
<emissive>
<r>0.9</r>
@ -2241,19 +2219,8 @@
<ysize>128</ysize>
</material>
<material>
<name>BlackSign.unlighted</name>
<texture>Signs/black.png</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-black.xml">
<name>BlackSign</name>
<name>BlackSign.lighted</name>
<texture>Signs/black.png</texture>
<emissive>
<r>0.9</r>
@ -2264,19 +2231,8 @@
<ysize>128</ysize>
</material>
<material>
<name>FramedSign.unlighted</name>
<texture>Signs/framed.png</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-framed.xml">
<name>FramedSign</name>
<name>FramedSign.lighted</name>
<texture>Signs/framed.png</texture>
<emissive>
<r>0.9</r>
@ -2287,20 +2243,9 @@
<ysize>128</ysize>
</material>
<material>
<name>RunwaySign.unlighted</name>
<texture>Signs/yellow_rwy.png</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-runway.xml">
<name>RunwaySign</name>
<name>RunwaySign.lighted</name>
<texture>Signs/yellow_rwy.png</texture>
<material include="Materials/base/glyphs-special.xml">
<name>SpecialSign</name>
<texture>Signs/special.png</texture>
<emissive>
<r>0.9</r>
<g>0.9</g>

View file

@ -3029,20 +3029,8 @@
<!-- runway and taxiway signs -->
<material>
<name>YellowSign.unlighted</name>
<texture>Signs/yellow.png</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-yellow.xml">
<name>YellowSign</name>
<name>YellowSign.lighted</name>
<texture>Signs/yellow.png</texture>
<emissive>
<r>0.9</r>
@ -3053,19 +3041,8 @@
<ysize>128</ysize>
</material>
<material>
<name>RedSign.unlighted</name>
<texture>Signs/red.png</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-red.xml">
<name>RedSign</name>
<name>RedSign.lighted</name>
<texture>Signs/red.png</texture>
<emissive>
<r>0.9</r>
@ -3076,19 +3053,8 @@
<ysize>128</ysize>
</material>
<material>
<name>BlackSign.unlighted</name>
<texture>Signs/black.png</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-black.xml">
<name>BlackSign</name>
<name>BlackSign.lighted</name>
<texture>Signs/black.png</texture>
<emissive>
<r>0.9</r>
@ -3099,19 +3065,8 @@
<ysize>128</ysize>
</material>
<material>
<name>FramedSign.unlighted</name>
<texture>Signs/framed.png</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-framed.xml">
<name>FramedSign</name>
<name>FramedSign.lighted</name>
<texture>Signs/framed.png</texture>
<emissive>
<r>0.9</r>
@ -3122,20 +3077,9 @@
<ysize>128</ysize>
</material>
<material>
<name>RunwaySign.unlighted</name>
<texture>Signs/yellow_rwy.png</texture>
<emissive>
<r>0.4</r>
<g>0.4</g>
<b>0.4</b>
</emissive>
</material>
<material include="Materials/base/glyphs-runway.xml">
<name>RunwaySign</name>
<name>RunwaySign.lighted</name>
<texture>Signs/yellow_rwy.png</texture>
<material include="Materials/base/glyphs-special.xml">
<name>SpecialSign</name>
<texture>Signs/special.png</texture>
<emissive>
<r>0.9</r>
<g>0.9</g>