-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1.04 KB
/
index.html
File metadata and controls
26 lines (23 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | WebGL Test AR</title>
<script src="js/lib/aframe.min.js"></script>
<script src="js/lib/aframe-ar.js"></script>
<script src="Build/UnityLoader.js"></script>
<script src="js/app.js"></script>
</head>
<body style="margin: 0px; overflow: hidden;">
<a-scene embedded arjs vr-mode-ui="enabled: false" copycanvas>
<div id="unityContainer" style="z-index: 2" ></div>
<!-- <a-marker preset="hiro"> <a-box></a-box> </a-marker> -->
<!-- <a-marker type="pattern" url="data/markers/pattern-arjs.patt"><a-box></a-box></a-marker> -->
<!-- <a-marker type="pattern" url="data/markers/test.patt" markercontroller="name : hiro"></a-marker> -->
--MARKERS--
<a-entity camera cameratransform></a-entity>
</a-scene>
</body>
</html>