Page 1 of 1

object getting stuck on slope

Posted: Thu Dec 29, 2005 4:16 pm
by Hacim
Here's my problem:I have an object and a sloping plane(made up of several planes al at a slightly differnt angle),when object moves up the slope it sticks to the plane some times.I don't know why it does this it works fine on stairs which are much steeper.Please help.

Posted: Thu Dec 29, 2005 6:02 pm
by mepcotterell
my guess... ur collision response animator (if ur using one whichj i'm sure u are) may need some radial transformation

Posted: Thu Dec 29, 2005 8:21 pm
by Hacim
yes I'm using a collision response animator.Radial transformation?Please explain.

Posted: Fri Dec 30, 2005 12:05 am
by mepcotterell
u need to set the ellipoid radius... setEllipsoidRadius (const core::vector3df &radius)

Posted: Fri Dec 30, 2005 4:43 am
by Hacim
I did that and it works fine for flat planes and steps but not on slopes.