浏览代码

Change wording

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 {