Borut пре 7 година
родитељ
комит
b1e716bf44
2 измењених фајлова са 9954 додато и 9954 уклоњено
  1. 9953 9953
      dist/preview release/babylon.d.ts
  2. 1 1
      src/Physics/babylon.physicsHelper.ts

Разлика између датотеке није приказан због своје велике величине
+ 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 {