Jelajahi Sumber

impostor types update

Raanan Weber 9 tahun lalu
induk
melakukan
e2872f5b2a
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 3
      src/Physics/babylon.physicsImpostor.ts

+ 1 - 3
src/Physics/babylon.physicsImpostor.ts

@@ -362,10 +362,8 @@ module BABYLON {
         public static BoxImpostor = 2;
         public static PlaneImpostor = 3;
         public static MeshImpostor = 4;
-        public static CapsuleImpostor = 5;
-        public static ConeImpostor = 6;
         public static CylinderImpostor = 7;
-        public static ConvexHullImpostor = 8;
+        public static ParticleImpostor = 8;
         public static HeightmapImpostor = 9;
     }