I am working on A6 6.60 comm
I try to add another P. object , with this code
Code:
action phys_obj1
{var earthgravity[3] = 0,0, -386;
ph_setgravity(earthgravity);
phent_settype(my,PH_RIGID,PH_BOX );
phent_setmass(my,5,PH_BOX );
phent_setfriction(my,30);
phent_setelasticity(my,50,10);
phent_setdamping(my,90,90);
};
}
but at the startup it said me that is not a p. object. This one is distant by the ball with the ball (working ) action.
Code: