Skip to content

Commit

Permalink
updated samples
Browse files Browse the repository at this point in the history
  • Loading branch information
hamaluik committed Feb 21, 2019
1 parent 38def40 commit 102cc14
Show file tree
Hide file tree
Showing 16 changed files with 7,331 additions and 4,657 deletions.
8 changes: 5 additions & 3 deletions samples/bin/threed_collision.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>

<head>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Headbutt 3D Collisions</title>
<style>
html,
Expand All @@ -20,7 +22,7 @@

<body>
<canvas id='canvas'></canvas>
<script src="http://cdnjs.cloudflare.com/ajax/libs/three.js/r73/three.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/101/three.min.js" integrity="sha384-/mYgnOjpbKHFWxkvkjMdK3ExJCbMbxzrKXHHMnSYMspNoACaJaiXpEqFnl7aR6P0" crossorigin="anonymous"></script>
<script src="threed_collision.js"></script>
</body>

Expand Down
Loading

0 comments on commit 102cc14

Please sign in to comment.