Use new materials.xml format to declare a second city texture with its own relief map provided by Yves/hb-gral
This commit is contained in:
parent
fbb810c5a6
commit
cae0c318b7
1 changed files with 13 additions and 4 deletions
|
@ -872,10 +872,19 @@ Shared parameters for various materials.
|
|||
<name>BuiltUpCover</name>
|
||||
<name>Urban</name>
|
||||
<effect>Effects/urban</effect>
|
||||
<texture-set>
|
||||
<texture>Terrain/city1.png</texture>
|
||||
<!--
|
||||
<texture n="2">Terrain/city1-relief-light.png</texture>
|
||||
</texture-set>
|
||||
<texture-set>
|
||||
<texture>Terrain/city2.png</texture>
|
||||
<texture n="2">Terrain/city2-relief-light.png</texture>
|
||||
</texture-set>
|
||||
<!--
|
||||
<texture-set>
|
||||
<texture>Terrain/city3.png</texture>
|
||||
<texture n="2">Terrain/city3-relief-light.png</texture>
|
||||
</texture-set>
|
||||
-->
|
||||
<xsize>2000</xsize>
|
||||
<ysize>2000</ysize>
|
||||
|
|
Loading…
Reference in a new issue