How do I keep my models from falling through the terrain when it's using the nvidia ocean shader? I'm using the A7 physics engine. The action applied to the terrain is:

action Water()
{
bmap_to_cubemap(Water_mat.skin2);
my.material = Water_mat;
}