public float GetSeaLevel()
 {
     return(planetData.GetSeaLevel() * discreteHeightStep);
 }