This was SVN commit r7027.

This commit is contained in:
Mythos_Ruler 2009-07-20 04:58:41 +00:00
parent b42c59d561
commit 9216c85ccc
3 changed files with 24 additions and 0 deletions

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="quarry temperate">
<mesh>gaia/quarry_a.dae</mesh>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="quarry temperate">
<mesh>gaia/quarry_b.dae</mesh>
<props>
<prop actor="geology/quarry_temperate_b_base.xml" attachpoint="root"/>
</props>
<texture>gaia/quarry_temperate.dds</texture>
</variant>
</group>
</actor>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="quarry base [B]">
<mesh>gaia/quarry_b_base.dae</mesh>
<texture>gaia/decal_quarry_temperate.dds</texture>
</variant>
</group>
</actor>