Author Topic: collision with corner of object  (Read 6727 times)

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
collision with corner of object
« 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.




It occurs when the center of the ellipse hits the corner of the platform.
click here->Fireside 7 Games<-

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: collision with corner of object
« Reply #1 on: March 07, 2008, 07:58:50 am »
What is your recursion depth?

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
Re: collision with corner of object
« Reply #2 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.
click here->Fireside 7 Games<-

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: collision with corner of object
« Reply #3 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.