-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmindar.html
28 lines (25 loc) · 1.11 KB
/
mindar.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https=//cdn.jsdelivr.net/npm/[email protected]/dist/mindar-image.prod.js"></script>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/mindar-image-aframe.prod.js"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Delfín 2024</title>
</head>
<body>
<a-scene
mindar-image="imageTargetSrc:https://cdn.glitch.global/40d62ffd-21e0-4c11-b0b4-07d51bffc06f/targets.mind?v=1722372163173;"
vr-mode-ui="enabled: false"
device-orientation-permission-ui="enabled: false"
>
<a-camera position="0 0 0" look-controls="enabled: false"></a-camera>
<a-entity mindar-image-target="targetIndex: 0">
<!--<a-sphere position="0 0 0" radius="0.25" color="#000000"></a-sphere>-->
<a-gltf-model rotation = "0 0 0" position = "0 0 0.1" scale = "0.1 0.1 0.1" src = "Bee.glb">
</a-gltf-model>
</a-entity>
</a-scene>
</body>
</html>