Explorar el Código

Fixed bankedTurnLimit default value.

James Koss hace 6 años
padre
commit
238a2067f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Cameras/babylon.flyCamera.ts

+ 1 - 1
src/Cameras/babylon.flyCamera.ts

@@ -62,7 +62,7 @@
         /**
          * Limit in radians for how much Roll banking will add. (Default: 90°)
          */
-        public bankedTurnLimit: number = Math.PI / 4;
+        public bankedTurnLimit: number = Math.PI / 2;
 
         /**
          * Value of 0 disables the banked Roll.