문제

Whenever I connect two bodies with btGeneric6DofConstraint, bullet doesn't detect collisions between them anymore and lets them freely penetrate into each other. How do I force it to detect collisions?

도움이 되었습니까?

해결책

You can specify if you want the two objects to collide with a flag when you call to addConstraint() to the world.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top