Skip to content

Commit e684fe8

Browse files
authored
Ammo: add instructions for aframe-physics-system script tag (#34)
1 parent 04d7af4 commit e684fe8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AmmoDriver.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ or
4242
<script src="http://kripken.github.io/ammo.js/builds/ammo.wasm.js"></script>
4343
```
4444

45+
Then, add `aframe-physics-system` itself, also with a script tag:
46+
47+
```html
48+
<script src="https://cdn.jsdelivr.net/gh/c-frame/[email protected]/dist/aframe-physics-system.js"></script>
49+
```
50+
4551
#### NPM and Webpack
4652

4753
For more advanced projects that use npm and webpack, first `npm install` whichever version of ammo.js desired.

0 commit comments

Comments
 (0)