Persian temple upgrade

This was SVN commit r15945.
This commit is contained in:
Enrique 2014-11-09 11:30:50 +00:00
parent 8e2d514228
commit e1f354024a
5 changed files with 20 additions and 8 deletions

View File

@ -6,10 +6,14 @@
<group>
<variant frequency="1" name="Base">
<mesh>props/pers_temple_lions.dae</mesh>
<textures><texture file="structural/pers_struct.dds" name="baseTex"/></textures>
<textures>
<texture file="structural/pers_struct.png" name="baseTex"/>
<texture file="structural/pers_struct_norm.png" name="normTex"/>
<texture file="structural/pers_struct_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<material>basic_trans.xml</material>
<material>basic_trans_parallax_spec.xml</material>
</actor>

View File

@ -7,7 +7,12 @@
<props>
<prop actor="props/structures/persians/temple.xml" attachpoint="root"/>
</props>
<textures><texture file="structural/pers_struct.dds" name="baseTex"/></textures>
<textures>
<texture file="structural/pers_struct.png" name="baseTex"/>
<texture file="structural/pers_struct_norm.png" name="normTex"/>
<texture file="structural/pers_struct_spec.png" name="specTex"/>
<texture file="structural/ao/pers_temple.png" name="aoTex"/>
</textures>
</variant>
</group>
<group>
@ -27,5 +32,5 @@
</props>
</variant>
</group>
<material>player_trans.xml</material>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.