Kaynağa Gözat

Update babylon.physicsEngine.ts

Shannon Poole 11 yıl önce
ebeveyn
işleme
21b31ca182
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      Babylon/Physics/babylon.physicsEngine.ts

+ 5 - 1
Babylon/Physics/babylon.physicsEngine.ts

@@ -89,6 +89,10 @@
         public static PlaneImpostor = 3;
         public static PlaneImpostor = 3;
         public static CompoundImpostor = 4;
         public static CompoundImpostor = 4;
         public static MeshImpostor = 4;
         public static MeshImpostor = 4;
+        public static CapsuleImpostor = 5;
+        public static ConeImpostor = 6;
+        public static CylinderImpostor = 7;
+        public static ConvexHullImpostor = 8;
         public static Epsilon = 0.001;
         public static Epsilon = 0.001;
     }
     }
-}
+}