Posted: Mon Jun 12, 2006 9:05 am |
|
You need to close your walls.
for instance:
<Wall>
<Point x="50" y="80" />
<Point x="30" y="114" />
<Point x="50" y="148" />
</Wall> |
needs to be
<Wall>
<Point x="50" y="80" />
<Point x="30" y="114" />
<Point x="50" y="148" />
<Point x="50" y="80" />
</Wall> |
tron needs this info.
Even just a line needs to be closed.
<Wall>
<Point x="100" y="80" />
<Point x="100" y="110" />
</Wall> |
should be:
<Wall>
<Point x="100" y="80" />
<Point x="100" y="110" />
<Point x="100" y="80" />
</Wall> |
Aswell as tidying these things.
You might want to check a few of your coordinate's.
It currently looks like this:
