Skip to content

Commit e714415

Browse files
committed
💥 Initial
0 parents  commit e714415

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

assets/asset.glb

3.92 MB
Binary file not shown.

index.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
7+
<script src="https://unpkg.com/aframe-look-at-component@0.8.0/dist/aframe-look-at-component.min.js"></script>
8+
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js"></script>
9+
<script src="https://raw.githack.com/donmccurdy/aframe-extras/master/dist/aframe-extras.loaders.min.js"></script>
10+
</head>
11+
12+
<body style="margin: 0; overflow: hidden;">
13+
<a-scene
14+
renderer="logarithmicDepthBuffer: true;"
15+
embedded
16+
loading-screen="enabled: false;"
17+
arjs="sourceType: webcam; debugUIEnabled: false;"
18+
>
19+
<a-assets>
20+
<a-asset-item
21+
id="animated-asset"
22+
src="assets/asset.glb"
23+
></a-asset-item>
24+
</a-assets>
25+
26+
<a-entity
27+
look-at="[gps-camera]"
28+
animation-mixer="loop: repeat"
29+
gltf-model="#animated-asset"
30+
scale="0.17923926396014445 0.17923926396014445 0.17923926396014445"
31+
gps-entity-place="latitude: 12.824936719430214; longitude: 80.04508685320617;"
32+
></a-entity>
33+
34+
<a-camera gps-camera rotation-reader></a-camera>
35+
</a-scene>
36+
</body>
37+
</html>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy