Add synonym material definitions for future diversification (needed by TG)
This commit is contained in:
parent
0a18e606da
commit
ef813cca94
4 changed files with 7 additions and 0 deletions
|
@ -444,6 +444,7 @@ Shared parameters for various materials.
|
||||||
<material n="2010">
|
<material n="2010">
|
||||||
<name>Railroad</name>
|
<name>Railroad</name>
|
||||||
<name>Transport</name>
|
<name>Transport</name>
|
||||||
|
<name>gravel</name>
|
||||||
<texture>Terrain/gravel.png</texture>
|
<texture>Terrain/gravel.png</texture>
|
||||||
<xsize>400</xsize>
|
<xsize>400</xsize>
|
||||||
<ysize>400</ysize>
|
<ysize>400</ysize>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
<name>grass_rwy</name>
|
<name>grass_rwy</name>
|
||||||
|
<name>grass</name>
|
||||||
<texture>Runway/grass_rwy.dds</texture>
|
<texture>Runway/grass_rwy.dds</texture>
|
||||||
<xsize>75</xsize>
|
<xsize>75</xsize>
|
||||||
<ysize>75</ysize>
|
<ysize>75</ysize>
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
<name>dirt_rwy</name>
|
<name>dirt_rwy</name>
|
||||||
|
<name>dirt</name>
|
||||||
<texture>Runway/dirt_rwy.dds</texture>
|
<texture>Runway/dirt_rwy.dds</texture>
|
||||||
<friction-factor>0.7</friction-factor>
|
<friction-factor>0.7</friction-factor>
|
||||||
<rolling-friction>0.04</rolling-friction>
|
<rolling-friction>0.04</rolling-friction>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
<name>grass_rwy</name>
|
<name>grass_rwy</name>
|
||||||
|
<name>grass</name>
|
||||||
<texture>Runway/grass_rwy.png</texture>
|
<texture>Runway/grass_rwy.png</texture>
|
||||||
<xsize>75</xsize>
|
<xsize>75</xsize>
|
||||||
<ysize>75</ysize>
|
<ysize>75</ysize>
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
<name>dirt_rwy</name>
|
<name>dirt_rwy</name>
|
||||||
|
<name>dirt</name>
|
||||||
<texture>Runway/dirt_rwy.png</texture>
|
<texture>Runway/dirt_rwy.png</texture>
|
||||||
<friction-factor>0.7</friction-factor>
|
<friction-factor>0.7</friction-factor>
|
||||||
<rolling-friction>0.04</rolling-friction>
|
<rolling-friction>0.04</rolling-friction>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
<name>grass_rwy</name>
|
<name>grass_rwy</name>
|
||||||
|
<name>grass</name>
|
||||||
<texture>Runway/grass_rwy.png</texture>
|
<texture>Runway/grass_rwy.png</texture>
|
||||||
<xsize>75</xsize>
|
<xsize>75</xsize>
|
||||||
<ysize>75</ysize>
|
<ysize>75</ysize>
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
<name>dirt_rwy</name>
|
<name>dirt_rwy</name>
|
||||||
|
<name>dirt</name>
|
||||||
<texture>Runway/dirt_rwy.png</texture>
|
<texture>Runway/dirt_rwy.png</texture>
|
||||||
<friction-factor>0.7</friction-factor>
|
<friction-factor>0.7</friction-factor>
|
||||||
<rolling-friction>0.04</rolling-friction>
|
<rolling-friction>0.04</rolling-friction>
|
||||||
|
|
Loading…
Reference in a new issue