www.jpct.net

jPCT - a 3d engine for Java => Bugs => Topic started by: fireside on March 07, 2008, 03:06:44 am

Title: collision with corner of object
Post by: fireside on March 07, 2008, 03:06:44 am
I get a repeatable collision problem when an ellipse hits the corner of an object.  It mainly affects this character when it jumps.  It sticks there, even though gravity is set and works in all other instances.

(http://aycu24.webshots.com/image/46943/2005048205460720088_th.jpg) (http://allyoucanupload.webshots.com/v/2005048205460720088)


It occurs when the center of the ellipse hits the corner of the platform.
Title: Re: collision with corner of object
Post by: EgonOlsen on March 07, 2008, 07:58:50 am
What is your recursion depth?
Title: Re: collision with corner of object
Post by: fireside on March 07, 2008, 11:23:17 am
I've set it at everything from one to 5.  Doesn't seem to make a difference.
Title: Re: collision with corner of object
Post by: EgonOlsen on March 07, 2008, 11:26:36 am
Try something higher and see if that changes anything. If it doesn't, try to lower Config.collideEllipsoidThreshold.