object getting stuck on slope

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Hacim
Posts: 7
Joined: Mon Dec 19, 2005 4:03 pm

object getting stuck on slope

Post 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.
mepcotterell
Posts: 10
Joined: Thu Dec 29, 2005 2:42 pm

Post by mepcotterell »

my guess... ur collision response animator (if ur using one whichj i'm sure u are) may need some radial transformation
Hacim
Posts: 7
Joined: Mon Dec 19, 2005 4:03 pm

Post by Hacim »

yes I'm using a collision response animator.Radial transformation?Please explain.
mepcotterell
Posts: 10
Joined: Thu Dec 29, 2005 2:42 pm

Post by mepcotterell »

u need to set the ellipoid radius... setEllipsoidRadius (const core::vector3df &radius)
Hacim
Posts: 7
Joined: Mon Dec 19, 2005 4:03 pm

Post by Hacim »

I did that and it works fine for flat planes and steps but not on slopes.
Post Reply