1
0
forked from 0ad/0ad

celt tavern update

This was SVN commit r13885.
This commit is contained in:
Enrique 2013-09-21 15:24:56 +00:00
parent 9781b67cf4
commit 636f09053b
7 changed files with 20 additions and 10 deletions

View File

@ -8,8 +8,9 @@
<texture file="props/celt_prop_1.png" name="baseTex"/>
<texture file="props/celt_prop_1_norm.png" name="normTex"/>
<texture file="props/celt_prop_1_spec.png" name="specTex"/>
<texture file="structural/ao/celt_tavern.png" name="aoTex"/>
</textures>
</variant>
</group>
<material>player_trans_parallax_spec.xml</material>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>

View File

@ -4,8 +4,13 @@
<group>
<variant>
<mesh>structural/celt_tavern_props_new.dae</mesh>
<textures><texture file="props/celt_props_new.dds" name="baseTex"/></textures>
<textures>
<texture file="props/celt_props_new.dds" name="baseTex"/>
<texture file="props/celt_props_new_norm.png" name="normTex"/>
<texture file="props/celt_props_new_spec.png" name="specTex"/>
<texture file="structural/ao/celt_tavern.png" name="aoTex"/>
</textures>
</variant>
</group>
<material>player_trans.xml</material>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>

View File

@ -13,6 +13,7 @@
<texture file="structural/celt_struct_1.dds" name="baseTex"/>
<texture file="structural/celt_struct_1_norm.png" name="normTex"/>
<texture file="structural/celt_struct_1_spec.png" name="specTex"/>
<texture file="structural/ao/celt_tavern.png" name="aoTex"/>
</textures>
</variant>
</group>
@ -29,5 +30,5 @@
</props>
</variant>
</group>
<material>player_trans_parallax_spec.xml</material>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>

Binary file not shown.