Change flora entities to axis-aligned obstruction shapes, to improve pathfinder performance

This was SVN commit r8167.
This commit is contained in:
Ykkrosh 2010-09-23 23:29:22 +00:00
parent 1775d7b244
commit 4e065b52c2
3 changed files with 4 additions and 4 deletions

View File

@ -17,6 +17,6 @@
<Height>10.0</Height>
</Footprint>
<Obstruction>
<Static width="1.75" depth="1.75"/>
<Unit radius="0.9"/>
</Obstruction>
</Entity>

View File

@ -2,13 +2,13 @@
<Entity parent="template_gaia">
<Identity>
<GenericName>Generic Flora</GenericName>
<IconSheet>snPortraitSheetTreeGaia</IconSheet>
<IconSheet>snPortraitSheetTreeGaia</IconSheet>
</Identity>
<Footprint>
<Circle radius="1.5"/>
<Height>10.0</Height>
</Footprint>
<Obstruction>
<Static width="3.0" depth="3.0"/>
<Unit radius="1.5"/>
</Obstruction>
</Entity>

View File

@ -9,6 +9,6 @@
<Height>1.0</Height>
</Footprint>
<Obstruction>
<Static width="2.0" depth="2.0"/>
<Unit radius="1.0"/>
</Obstruction>
</Entity>