I am trying to stop my object, but without luck…
Basically i do
velocity.x =0;
velocity.y = 0 ;
velocity.z = 0 ;
but my ball is still spinning ( i have a non moving spinning ball on the screen ) , i guess there is some sort of physics.force = 0 ; but i don’t find where.
Thanks a lot!
Patricia.