Posted by Alexei Novikov on February 18, 1998 at 12:13:16:
In Reply to: Re: Alexei, could you read this? posted by Alexei Novikov on February 18, 1998 at 01:35:12:
> ABadLevel@Darkjedi.com and I'll take a look ai it.
You have non-convex surfaces in your sector (in two of them, as a
matter of fact). That causes problems. These are surfaces:
Sector 0, surfaces 6 and 7
Sector 4, surfaces 3 and 11
You need to cleave them to two convex one. That should take care of this. It
should be something like this:
That's your surface
+---------+
| /
| +
| |
+-------+
Cleave like this:
+-----\---+
| \ /
| \
| |
+-------+
Press Shift when marking the origin of the cleave to start it precisely on a
vertex.
BTW, your level uncovered a bug in concave surface detection :-). Fixed now.
Alex.