1
0
forked from 0ad/0ad

Fix shadow glitch on Maurya market on lowest setting.

Reported by: @marder
This was SVN commit r26491.
This commit is contained in:
Stan 2022-02-26 17:36:15 +00:00
parent 70dc03e20d
commit 3651ff26d9
6 changed files with 25 additions and 26 deletions

View File

@ -1,16 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="market nature">
<mesh>structural/maur_market_nature.dae</mesh>
<textures>
<texture file="props/structs_nature.png" name="baseTex"/>
<texture file="props/structs_nature_spec.png" name="specTex"/>
<texture file="props/structs_nature_norm.png" name="normTex"/>
<texture file="structural/ao/maur_market_ao.png" name="aoTex"/>
</textures>
</variant>
</group>
<material>basic_trans_ao_parallax_spec.xml</material>
</actor>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="market nature">
<mesh>structural/maur_market_nature.dae</mesh>
<textures>
<texture file="props/structs_nature.png" name="baseTex"/>
<texture file="props/structs_nature_spec.png" name="specTex"/>
<texture file="props/structs_nature_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<material>basic_trans_norm_spec.xml</material>
</actor>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_market">
<Footprint>
<Square width="26.0" depth="26.0"/>
<Square width="32.0" depth="32.0"/>
<Height>8.0</Height>
</Footprint>
<Health>
@ -12,7 +12,7 @@
<SpecificName>Vipana</SpecificName>
</Identity>
<Obstruction>
<Static width="24.0" depth="24.0"/>
<Static width="30.8" depth="30.8"/>
</Obstruction>
<VisualActor>
<Actor>structures/mauryas/market.xml</Actor>