public void ChangeTiltZ()
 {
     orbitingBody.SetTiltZByPercent(tiltZSlider.Value);
 }