Capsule reaching 90 edge problem

Post Reply
Apollo
Posts: 17
Joined: Wed Dec 21, 2016 1:15 pm

Capsule reaching 90 edge problem

Post 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.
hyyou
Posts: 96
Joined: Wed Mar 16, 2016 10:11 am

Re: Capsule reaching 90 edge problem

Post by hyyou »

btRigidBody::setLinearFactor ?

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

It doesn't solve the issue directly though.
Post Reply