Hi indiglow, I wrote this little barrel action and tryed it on a terrain with no issues. Make sure you have a block bounding box around the terrain, and I would wait to set gravity after all the entites have loaded, after level load:
Code:

action barrel {
phent_settype(me,ph_rigid,0);
phent_setgroup(me,2);
phent_setmass(me,1,ph_poly);
phent_setfriction(me,20);
phent_setdamping(my, 0,0);
phent_setelasticity(me,50,100);
}



Hope that helps you out.

-raiden

Last edited by raiden; 04/03/06 01:24.

"It doesn't matter if we win or lose, it's how we make the game."
--------------------
Links: 3DGS for Dummies