In my players update method I calc the new world matrix then I update a boudingsphere by:
MyBoundingSphere = MyBoundingSphere.Transform(World);
However when the the model's World has moved vertically down MyBoundingSphere moves vertically up?! (i.e. MyBoundingSphere.Center.Y increases instead of decreases);
