forked from ucl-casa-ce/AFrame_AR_Multimarkers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (18 loc) · 750 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title> Multi Markers AR - Playing the Archive - CASA UCL</title>
<meta name="description" content="Multi Markers AR - Playing the Archive - CASA UCL">
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://raw.githack.com/jeromeetienne/AR.js/2.0.8/aframe/build/aframe-ar.js"></script>
<script src="js/multiMarkersName.js"></script>
</head>
<body>
<a-scene markers_start vr-mode-ui="enabled: false" color-space="sRGB" renderer="gammaOutput: true"
embedded arjs='debugUIEnabled: false; sourceType: webcam; patternRatio: 0.85; trackingMethod: best;'>
<a-entity id='userCamera' camera>
<a-cursor> </a-cursor>
</a-entity>
</a-scene>
</body>
</html>