欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

bullet tips

程序员文章站 2022-07-12 08:39:45
...
when use bullet as the physics engine, I had got these problem: 
1. about Restitution
P :
when the rigid body use simple collision shape such as box, cylinder as their collision shape and moving on a static rigid body, the gravity will  make the rigid object move down into the static rigid body's surface when moving.
A: This may caused  by the Restitution. if the moving rigid body has a high Restitution while the static rigid body has a very low Restitution, try to increase the Restitution of the static rigid body.