|
@@ -90,6 +90,10 @@
|
|
public getPhysicsBodyOfMesh(mesh: AbstractMesh) {
|
|
public getPhysicsBodyOfMesh(mesh: AbstractMesh) {
|
|
return this._currentPlugin.getPhysicsBodyOfMesh(mesh);
|
|
return this._currentPlugin.getPhysicsBodyOfMesh(mesh);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public getWorldObject() {
|
|
|
|
+ return this._currentPlugin.getWorldObject();
|
|
|
|
+ }
|
|
|
|
|
|
// Statics
|
|
// Statics
|
|
public static NoImpostor = 0;
|
|
public static NoImpostor = 0;
|