I remember reading that if you have a screenshot people are more likly to reply
Anyway, heres my problem:
I have created a bsp with an object moving around it.
The object has momentum using arrays (for example when you drive into a way the car still has momentum)
When I move into a corner that is smaller than 180 degrees the car starts to wobble, then, when you stop moving the car, it slowly stops wobbling.
I have tested it without momentum and it works. Does anyone have any idea as to how to stop it wobbling with momentum.
I have tried doing things like: if bsp collision hit(id)=1 then momentum=0, though it appears that an object is always touching a bsp.
-Oliver