Hi,
Thank you for answer.
I use
Code:
action plasticbox
{
my.shadow = on;
phent_settype (my, ph_rigid, ph_box);
phent_setmass (my, 2, ph_box); // they've got 2kg
phent_setfriction (my, 10); // set the friction coefficient
phent_setdamping (my, 60, 80); // set the damping factor
phent_setelasticity (my, 50, 50); // set the bounciness
}
Maybe the problem is in the elasticity. I not sure if I understood well the damping and elasticity relation with the enviroment.
Best regards,
Marcio