first push

This commit is contained in:
Sundog Jones 2024-04-25 14:59:09 -04:00
parent e67c6bf9dd
commit 7a980553ef
4 changed files with 22961 additions and 0 deletions

0
.gitignore vendored Executable file
View File

26
src/webclient/index.php Executable file
View 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>

File diff suppressed because one or more lines are too long

22820
src/webclient/models/head.obj Normal file

File diff suppressed because it is too large Load Diff