mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Persian temple upgrade
This was SVN commit r15945.
This commit is contained in:
parent
8e2d514228
commit
e1f354024a
5 changed files with 20 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bea28b09a3b70e012e17522299a58d145e990cae76bc5f09b96a4fe0c381b00
|
||||
size 5272
|
||||
oid sha256:9c76812f2b58415e4cdbe2fcd2d05f51999445e241ce7efa3beba5bddb4ab60c
|
||||
size 3782
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32093d1077e7f1c7ebd7b6cf3de3f2bd7a56902f24a6fa6861535098b39c1531
|
||||
size 378878
|
||||
oid sha256:dd74b3756faa4f9408b889e1fb19aee0927829e6e2653a20ef58c9b969d4216e
|
||||
size 1292418
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdb2da94b0d7e047f15d1050dc880b4db3956fb1902ba9226006dfa463d3db78
|
||||
size 638740
|
||||
Loading…
Reference in a new issue