-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 916 Bytes
/
index.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
<html>
<head>
<title>BattlePok</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/default.css">
<!--
<script src="lib/babylon.max.js"></script>
-->
<!--
<script src="https://preview.babylonjs.com/babylon.js"></script>
<script src="https://cdn.jsdelivr.net/gh/BabylonJS/[email protected]/dist/materialsLibrary/babylonjs.materials.min.js"></script>
-->
<script src="lib/cannon.js"></script>
<script src="lib/babylon.max.js"></script>
<script src="lib/babylonjs.materials.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/BabylonJS/[email protected]/dist/gui/babylon.gui.min.js"></script>
<script type="module" src="js/main.js"></script>
</head>
<body>
<canvas id="myCanvas" width=1600 height=1200></canvas>
</body>
</html>