Skip to content

Commit

Permalink
added Examples.ragdoll
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jul 6, 2017
1 parent 477f2d7 commit 48611c5
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<script src="../examples/manipulation.js"></script>
<script src="../examples/mixed.js"></script>
<script src="../examples/newtonsCradle.js"></script>
<script src="../examples/ragdoll.js"></script>
<script src="../examples/pyramid.js"></script>
<script src="../examples/raycasting.js"></script>
<script src="../examples/restitution.js"></script>
Expand Down
6 changes: 6 additions & 0 deletions demo/js/Demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@
init: Example.newtonsCradle,
sourceLink: sourceLinkRoot + '/newtonsCradle.js'
},
{
name: 'Ragdoll',
id: 'ragdoll',
init: Example.ragdoll,
sourceLink: sourceLinkRoot + '/ragdoll.js'
},
{
name: 'Pyramid',
id: 'pyramid',
Expand Down
Loading

0 comments on commit 48611c5

Please sign in to comment.