Skip to content

Commit 72608b1

Browse files
authored
Update README.md
1 parent 2b3c617 commit 72608b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Physics module for Whitestorm.js [Beta]
1313
const app = new WHS.App([
1414
// ...
1515
new PHYSICS.WorldModule({
16-
gravity: new THREE.Vector3(0, -10, 0)
16+
gravity: new THREE.Vector3(0, -10, 0),
17+
ammo: 'path/to/ammo.js'
1718
})
1819
]);
1920

0 commit comments

Comments
 (0)