Prechádzať zdrojové kódy

Adding iterations settings to the world.

Raanan Weber 10 rokov pred
rodič
commit
b7965874f4

+ 1 - 1
src/Physics/Plugins/babylon.oimoJSPlugin.ts

@@ -10,7 +10,7 @@ module BABYLON {
         }
 
         public initialize(iterations?: number): void {
-            this._world = new OIMO.World();
+            this._world = new OIMO.World(null, null, iterations);
             this._world.clear();
         }