Hi,
i found phent_clearvelocity, but i need a comand to clear angular veolcities;
linear velocities should be unchanged!!!

this doesn't work:
Code:
phent_getvelocity(me, temp, nullvector); 
phent_clearvelocity(me); 
phent_addcentralforce(me, temp.x);


does Newton support a command like this?

THX kasimir