Static <-> Dynamic <-> Kinematic body collisions

lokstok
Posts: 1
Joined: Fri Mar 20, 2009 9:15 pm

Static <-> Dynamic <-> Kinematic body collisions

Post by lokstok »

Hi all,
A real noob question here..
I was just playing around by creating static, dynamic and kinematic rigid bodies, and checking their collisions against one another.. Here's what I found out.. Can someone correct me if i am wrong here..

Kinematic <-> Dynamic : Yes
Kinematic <-> Kinematic : No
Dynamic <-> Dynamic : Yes
Kinematic <-> Static : No
Dynamic <-> Static: Yes

I need to create a sample app in which all 3 types of rigid bodies interact with each other, and I just want to be sure that I am doing this right..

Many thanks for all the help,
Akshay