Calculate bounding box

What you want in this case is a mesh colission instead of the bounding box as the box is calculated around your whole platform object. Or maybe you could divide your platforms into chunks to use the boxes.

For mesh colission it might be worth looking at Mesh Physics Impostors.

// Just saw this thread from yesterday that might be relevant here, too. Physics Performance MeshImpostor vs multiple PrimitiveImpostors