-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (23 loc) · 1.11 KB
/
index.html
File metadata and controls
32 lines (23 loc) · 1.11 KB
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
<html>
<head>
<meta charset="utf-8">
<!-- main a-frame library -->
<script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
<!-- physics library -->
<script src="https://cdn.jsdelivr.net/gh/n5ro/[email protected]/dist/aframe-physics-system.min.js"></script>
<!-- particle system library -->
<script src="https://unpkg.com/[email protected]/dist/aframe-particle-system-component.min.js"></script>
<!-- environment library -->
<script src="https://unpkg.com/[email protected]/dist/aframe-environment-component.min.js"></script>
<!-- text geometry library -->
<script src="https://unpkg.com/[email protected]/dist/aframe-text-geometry-component.min.js"></script>
<!-- extras library -->
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.min.js"></script>
<!-- efor the nav mesh -->
<script src="https://recast-api.donmccurdy.com/aframe-inspector-plugin-recast.js"></script>
</head>
<body>
<a-scene>
</a-scene>
</body>
</html>