Page 1 of 1

Capsule reaching 90 edge problem

Posted: Wed Dec 21, 2016 1:28 pm
by Apollo
When a capsule is moving along a surface using SetLinearVelocity, when it reaches a surface at 90 degrees to it, the capsule moves over the surface as expected. If the capsule is moving fast enough however, once it moves over the surface it is launched into the air. While this is expected, is there any way to prevent this from happening, while still allowing the capsule to pass over the surface?

Thank you in advance.

Re: Capsule reaching 90 edge problem

Posted: Thu Dec 22, 2016 1:49 am
by hyyou
btRigidBody::setLinearFactor ?

The second part in http://bulletphysics.org/mediawiki-1.5. ... e_Snippets .

It doesn't solve the issue directly though.