Disable physic???

sensius

20-08-2008 11:55:28

hi guys,

How can you disable physical phenomenon when collision occurs? I mean I just want my object to stop when it hit a wall (not rotate or move).

Many thanks in advance :)

majc

20-08-2008 12:20:38

I didnt try that but maybe you can remove the physical body when a collision is detected.

pra

20-08-2008 12:28:00

set it's velocity and omega to Vector3::ZERO when the collision occurs