[Alpha 27][Art] Begin to add subterranean platforms for structures. This adds one to the Athenian Wonder.

This was SVN commit r27119.
This commit is contained in:
wowgetoffyourcellphone 2022-10-05 02:03:42 +00:00
parent 86af95b80b
commit 221c478edc
12 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>props/structural/platform_parth.dae</mesh>
<textures>
<texture file="structural/rock_wall_diff.png" name="baseTex"/>
<texture file="structural/rock_wall_norm.png" name="normTex"/>
<texture file="structural/rock_wall_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<material>player_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>
<mesh>props/structural/platform_parth.dae</mesh>
<textures>
<texture file="structural/stone_wall_diff.png" name="baseTex"/>
<texture file="structural/stone_wall_norm.png" name="normTex"/>
<texture file="structural/stone_wall_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<material>player_trans_parallax_spec.xml</material>
</actor>

View File

@ -10,6 +10,7 @@
<prop actor="props/structures/hellenes/parth_roof.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/parth_walls.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/parth_antefixes.xml" attachpoint="root"/>
<prop actor="props/structures/platforms/stone_26x55.xml" attachpoint="root"/>
</props>
<textures>
<texture file="structural/hele_struct.dds" name="baseTex"/>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.