-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex_06.html
30 lines (24 loc) · 883 Bytes
/
index_06.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<!-- using Bootstrap for styling -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="assets/stylesheets/style.css"/>
<!--
<script src="exercises/01_Basic_scene/bundle.js"></script>
<script src="exercises/02_Animate_transformations/bundle.js"></script>
<script src="exercises/03_User_interaction/bundle.js"></script>
<script src="exercises/04_Find_intersections/bundle.js"></script>
<script src="exercises/05_Add_physics/bundle.js"></script>
-->
<script src="exercises/06_Collisions/bundle.js"></script>
</head>
<body>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title"><a href="http://3DWeb.cc">3DWeb</a> WebGL Workshop</h2>
</div>
</div>
<div id="theContainer"></div>
</body>
</html>