No, it does not work neither with A7. Code:
action phys_obj
{
ph_setgravity(vector);
phent_settype(my,PH_TYPE,ph_type);
phent_setmass(my,m,ph_type);
phent_setfriction(my,f);
phent_setelasticity(my,b,min);
phent_setdamping(my,l,a);
}



and include it in the main wdl
then I assigned the action to a ball.
the parameters are all unknown


Last edited by Mondivirtuali; 07/15/07 23:43.