summaryrefslogtreecommitdiff
path: root/physi_js
diff options
context:
space:
mode:
authorJ08nY2016-04-17 13:32:27 +0200
committerJ08nY2016-04-17 13:32:27 +0200
commit1eb6089ced4ad7d413c8f4b17edc7697e0b44e2f (patch)
treec7413ca3c41422bc34ed47055fda83a21272fd75 /physi_js
parent96293c5cde90f2ac548a904f8f282eca0b3305ee (diff)
downloadld35-1eb6089ced4ad7d413c8f4b17edc7697e0b44e2f.tar.gz
ld35-1eb6089ced4ad7d413c8f4b17edc7697e0b44e2f.tar.zst
ld35-1eb6089ced4ad7d413c8f4b17edc7697e0b44e2f.zip
Diffstat (limited to 'physi_js')
-rw-r--r--physi_js/physijs.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/physi_js/physijs.d.ts b/physi_js/physijs.d.ts
index 29bb3d4..e5ac0a8 100644
--- a/physi_js/physijs.d.ts
+++ b/physi_js/physijs.d.ts
@@ -147,7 +147,7 @@ declare namespace Physijs {
add(object:THREE.Object3D):void;
remove(object:THREE.Object3D):void;
setFixedTimeStep(fixedTimeStep:number):void;
- setGravity(gravity:number):void;
+ setGravity(gravity:THREE.Vector3):void;
simulate(timeStep?:number, maxSubSteps?:number):boolean;