1
0
Fork 0

Add textures for runways with no threshold on one end. This is

a preparation for 850 apt.dat support, too.
This commit is contained in:
Christian Schmitt 2011-09-26 23:07:26 +02:00
parent 8b002c2655
commit ffb872876f
3 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -181,6 +181,13 @@ Shared parameters for various materials.
<wrapu>false</wrapu>
<wrapv>false</wrapv>
</material>
<material>
<name>pa_no_threshold</name>
<texture>Runway/pa_no_threshold.png</texture>
<wrapu>false</wrapu>
<wrapv>false</wrapv>
</material>
<material>
<name>pa_stopway</name>
@ -441,6 +448,13 @@ Shared parameters for various materials.
<wrapu>false</wrapu>
<wrapv>false</wrapv>
</material>
<material>
<name>pc_no_threshold</name>
<texture>Runway/pc_no_threshold.png</texture>
<wrapu>false</wrapu>
<wrapv>false</wrapv>
</material>
<material>
<name>pc_stopway</name>