1
0
forked from 0ad/0ad

Added bigger Ashoka pillar variation with 4 lions. Textures modified.

This was SVN commit r13194.
This commit is contained in:
Enrique 2013-02-24 15:17:38 +00:00
parent 9e163500c5
commit ee7e135900
7 changed files with 45 additions and 6 deletions

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="ashoka pillar big">
<mesh>props/ashoka_pillar_big.dae</mesh>
<textures>
<texture file="structural/ashoka_pillar.png" name="baseTex"/>
<texture file="structural/ashoka_pillar_spec.png" name="specTex"/>
<texture file="structural/ashoka_pillar_norm.png" name="normTex"/>
</textures>
<props>
<prop actor="props/structures/mauryans/ashoka_pillar_big_lions.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>basic_trans_parallax_spec.xml</material>
</actor>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="ashoka pillar big lions">
<mesh>props/ashoka_pillar_big_lions.dae</mesh>
<textures>
<texture file="structural/ashoka_lion.png" name="baseTex"/>
<texture file="structural/ashoka_lion_spec.png" name="specTex"/>
<texture file="structural/ashoka_lion_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<material>basic_trans_parallax_spec.xml</material>
</actor>

Binary file not shown.

Binary file not shown.