Pārlūkot izejas kodu

Update babylon.physicsEngine.js

Shannon Poole 11 gadi atpakaļ
vecāks
revīzija
3dbdebe598
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      Babylon/Physics/babylon.physicsEngine.js

+ 4 - 0
Babylon/Physics/babylon.physicsEngine.js

@@ -58,6 +58,10 @@
         PhysicsEngine.PlaneImpostor = 3;
         PhysicsEngine.CompoundImpostor = 4;
         PhysicsEngine.MeshImpostor = 4;
+        PhysicsEngine.CapsuleImpostor = 5;
+        PhysicsEngine.ConeImpostor = 6;
+        PhysicsEngine.CylinderlImpostor = 7;
+        PhysicsEngine.ConvexHullImpostor = 8;
         PhysicsEngine.Epsilon = 0.001;
         return PhysicsEngine;
     })();