Pymunk/Chipmunk2d - dynamic bodies colliding with static bodies generating collsion impulses
- 阅读更多 关于 Pymunk/Chipmunk2d - dynamic bodies colliding with static bodies generating collsion impulses
问题 simple question, but couldn't find an answer: Can static bodies apply collision impulses to dynamic bodies? here's a little recording of what my code does As you can see, the two dynamic triangles collide with each other, and are stopped by the static line. however, the behavior is not what I want. If I had only one triangle, it would be skidding down the ledge on just one vertex --> the static body does not inflict any sort of torque or counter forces (I'm no physicist) on the triangles.