Exemplo n.º 1
0
 void UpdateLimitedCamera()
 {
     UpdateFreeCamera();
     focus.LimitRotation(limits);
     anchor.LimitDistance(limits);
 }