[solved]Problem with moving

BardockSSJ

06-09-2008 14:50:20

I have a simple space car - box - and a racing trace - it have loops in space where the car is -up to down. I solved gravity problem by setting gravity direction to invert normal of contact (ground). Everything works fine except that when i move my car (addForce) it randomly spins on ground... I tried to remove the friction but problem still exists... No way setting omega - I need to have my car interacted with objects on trace. How to deal with these randoms spins? (sorry for my english :) )

BardockSSJ

08-09-2008 11:59:08

Solved, I use Box collision and multiplied mass by 50, and it stopped spin :)