Skip to content

Commit

Permalink
lazycommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Gregoretti authored and Filippo Gregoretti committed Mar 12, 2021
1 parent 6c35b6e commit b9fc4df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<link href="https://pippoapps.github.io/testar/favicon.ico" rel="icon" type="image/x-icon" />
<link href="./favicon.ico" rel="icon" type="image/x-icon" />
<title>The HTML5 Herald</title>
<meta name="description" content="Test AR">
<meta name="author" content="SitePoint">
Expand All @@ -28,6 +28,7 @@
<script>
// videoTexture: true;
// Louisa: 22.666501302002075, 120.31605844724734
// hospital 22.668713510650473, 120.31737371300844
alert("pippo4")
</script>

Expand Down Expand Up @@ -59,6 +60,9 @@

<a-box color="green" gps-entity-place="latitude: 22.666501302002075; longitude: 120.31605844724734;"/>

<a-entity gltf-model="./assets/magnemite/scene.gltf" rotation="0 180 0" scale="0.15 0.15 0.15" gps-entity-place="longitude: 22.668713510650473; latitude: 120.31737371300844;" animation-mixer/>


</a-scene>


Expand Down

0 comments on commit b9fc4df

Please sign in to comment.