-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindexAmmo.html
35 lines (28 loc) · 1.06 KB
/
indexAmmo.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
31
32
33
34
35
<!doctype html>
<html lang="en">
<head>
<title>Playground</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/hud.css">
<meta name="og:type" content="website" />
<meta name="og:image" content="http://three.thiele-medien.de/threejs-r73/examples/playground/ogimage.jpg"/>
<meta name="og:title" content="Physic playground" />
<meta name="og:description" content="Three.js + Ammo.js testbed" />
<meta name="og:url" content="http://three.thiele-medien.de/threejs-r73/examples/playground/index.html"/>
<script data-main="js/mainAmmo" src="js/libs/require.js"></script>
</head>
<body oncontextmenu="return false;">
<!--
<div id="blocker">
<div id="instructions">
<span style="font-size:40px">Click to play</span>
<br />
(W, A, S, D = Move, SPACE = Jump, MOUSE = Look around)
</div>
</div>
-->
<div class="loading-container"></div>
</body>
</html>