1
0
forked from 0ad/0ad

This was SVN commit r6363.

This commit is contained in:
Michael D. Hafer 2008-09-14 00:12:50 +00:00
parent 5f31d8d8a8
commit 0138dd0114
11 changed files with 89 additions and 5 deletions

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="2" name="formation-a">
<mesh>gaia/stonemine_granite_a.pmd</mesh>
<texture>gaia/metal_tropic.dds</texture>
</variant>
<variant frequency="2" name="formation-b">
<mesh>gaia/stonemine_granite_b.pmd</mesh>
<texture>gaia/metal_tropic.dds</texture>
</variant>
<variant frequency="2" name="formation-c">
<mesh>gaia/stonemine_granite_c.pmd</mesh>
<texture>gaia/metal_tropic.dds</texture>
</variant>
<variant frequency="1" name="boulder-a">
<mesh>gaia/stone_granite_boulder_a.pmd</mesh>
<texture>gaia/metal_tropic_hi.dds</texture>
</variant>
<variant frequency="1" name="boulder-b">
<mesh>gaia/stone_granite_boulder_b.pmd</mesh>
<texture>gaia/metal_tropic_hi.dds</texture>
</variant>
<variant frequency="1" name="boulder-c">
<mesh>gaia/stone_granite_boulder_c.pmd</mesh>
<texture>gaia/metal_tropic_hi.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="2" name="formation-a">
<mesh>gaia/stonemine_granite_a.pmd</mesh>
<texture>gaia/stone_tropic.dds</texture>
</variant>
<variant frequency="2" name="formation-b">
<mesh>gaia/stonemine_granite_b.pmd</mesh>
<texture>gaia/stone_tropic.dds</texture>
</variant>
<variant frequency="2" name="formation-c">
<mesh>gaia/stonemine_granite_c.pmd</mesh>
<texture>gaia/stone_tropic.dds</texture>
</variant>
<variant frequency="1" name="boulder-a">
<mesh>gaia/stone_granite_boulder_a.pmd</mesh>
<texture>gaia/stone_tropic_hi.dds</texture>
</variant>
<variant frequency="1" name="boulder-b">
<mesh>gaia/stone_granite_boulder_b.pmd</mesh>
<texture>gaia/stone_tropic_hi.dds</texture>
</variant>
<variant frequency="1" name="boulder-c">
<mesh>gaia/stone_granite_boulder_c.pmd</mesh>
<texture>gaia/stone_tropic_hi.dds</texture>
</variant>
</group>
</actor>

View File

@ -34,6 +34,9 @@
<variant frequency="1" name="plant-leaves-g">
<texture>gaia/plant_tropic_g.dds</texture>
</variant>
<variant frequency="1" name="plant-leaves-h">
<texture>gaia/plant_tropic_h.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.