How much will it cost?
How are the physic objeckts writen?
Is it the same like in lite-c?;
action ball()
{
phent_settype(my,PH_RIGID,PH_SPHERE);
phent_setmass(my,1,PH_SPHERE);
phent_setfriction(my,90);
phent_setelasticity(my,75,100);
phent_setdamping(my,30,5);
ph_setgravity(vector(0,0,-500));
}
or how would it look lick with pXent Pro?