Borut 7 gadi atpakaļ
vecāks
revīzija
b1e716bf44
2 mainītis faili ar 9954 papildinājumiem un 9954 dzēšanām
  1. 9953 9953
      dist/preview release/babylon.d.ts
  2. 1 1
      src/Physics/babylon.physicsHelper.ts

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 9953 - 9953
dist/preview release/babylon.d.ts


+ 1 - 1
src/Physics/babylon.physicsHelper.ts

@@ -13,7 +13,7 @@ module BABYLON {
      */
     export enum PhysicsUpdraftMode {
         Center, // the upstream forces will pull towards the top center of the cylinder
-        Perpendicular // once a impostor is inside the cylinder, it will shoot out perpendicular towards the ground of the cylinder
+        Perpendicular // once a impostor is inside the cylinder, it will shoot out perpendicular from the ground of the cylinder
     }
 
     export class PhysicsHelper {