public void Rotate(float headingDegrees, float pitchDegrees, float rollDegrees) { camera.Rotate(headingDegrees, pitchDegrees, rollDegrees); }