first push
This commit is contained in:
parent
e67c6bf9dd
commit
7a980553ef
0
.gitignore
vendored
Executable file
0
.gitignore
vendored
Executable file
26
src/webclient/index.php
Executable file
26
src/webclient/index.php
Executable file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>All Whomst Wander</title>
|
||||||
|
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
|
||||||
|
<script type='text/javascript' src='https://raw.githack.com/AR-js-org/AR.js/master/three.js/build/ar-threex-location-only.js'></script>
|
||||||
|
<script type='text/javascript' src='https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js'></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<a-scene vr-mode-ui='enabled: false' arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false' renderer='antialias: true; alpha: true'>
|
||||||
|
<a-camera gps-new-camera='gpsMinDistance: 5'></a-camera>
|
||||||
|
<a-entity gps-new-entity-place="latitude: 34.688184; longitude: -84.476852;">
|
||||||
|
<a-gltf-model src="models/head.gltf" position="0 0 0" rotation="270 270 0"></a-gltf-model>
|
||||||
|
<a-text look-at="[gps-new-camera]" scale="10 10 10" align="center" text="value: Ellijay\nMakerspace;"></a-text>
|
||||||
|
</a-entity>
|
||||||
|
<a-entity gps-new-entity-place="latitude: 34.696070; longitude: -84.480630;">
|
||||||
|
<a-gltf-model src="models/head.gltf" position="0 0 0" rotation="270 270 0"></a-gltf-model>
|
||||||
|
<a-text look-at="[gps-new-camera]" scale="10 10 10" align="center" text="value: Hemlock\nBazaar;"></a-text>
|
||||||
|
</a-entity>
|
||||||
|
<a-entity gps-new-entity-place="latitude: 34.668919; longitude: -84.454789;">
|
||||||
|
<a-gltf-model src="models/head.gltf" position="0 0 0" rotation="270 270 0"></a-gltf-model>
|
||||||
|
<a-text look-at="[gps-new-camera]" scale="10 10 10" align="center" text="value: Sundogistani\nConsulate;"></a-text>
|
||||||
|
</a-entity>
|
||||||
|
</a-scene>
|
||||||
|
</body>
|
||||||
|
</html>
|
115
src/webclient/models/head.gltf
Normal file
115
src/webclient/models/head.gltf
Normal file
File diff suppressed because one or more lines are too long
22820
src/webclient/models/head.obj
Normal file
22820
src/webclient/models/head.obj
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user