void UpdateLimitedCamera()
 {
     UpdateFreeCamera();
     focus.LimitRotation(limits);
     anchor.LimitDistance(limits);
 }