Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-olesen committed Jan 22, 2024
1 parent 4d92b55 commit 64c0dd9
Showing 1 changed file with 54 additions and 64 deletions.
118 changes: 54 additions & 64 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,74 +2,64 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!--Different stylesheet for sections-->
<link rel="stylesheet" href="./Assets/css/main.css">
<title>Matematik Lars A-Frame</title>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js"></script>
</head>
<body>
<header></header>
<main>
<section>
<a-scene embedded arjs>
<!--x, y, z -->
<!-- Matematik Lars -->
<!-- Head-->
<a-marker preset="hiro">
<a-box position="0 0.5 0" material="color: red;"></a-box>
<a-sphere position="0 3.3 -4" radius="1.25" color="#EF2D5E"></a-sphere>
<!-- Body & Hands -->
<a-cylinder
position="0 1.3 -3"
radius="0.5"
height="1.5"
color="#FFC65D"
></a-cylinder>
<a-cylinder
position="1.2 1.4 -3"
radius="0.2"
height="1.5"
color="#FFC65D"
rotation="90 0 90"
></a-cylinder>
<a-cylinder
position="-1.2 1.4 -3"
radius="0.2"
height="1.5"
color="#FFC65D"
rotation="90 0 90"
></a-cylinder>

<!-- Legs-->
<a-cylinder
position="-0.50 0.50 -3"
radius="0.2"
height="1.5"
color="#FFC65D"
rotation="0 0 -45"
></a-cylinder>
<a-cylinder
position="0.50 0.50 -3"
radius="0.2"
height="1.5"
color="#FFC65D"
rotation="0 0 45"
></a-cylinder>
<a-plane
position="0 0 -4"
rotation="-90 0 0"
width="4"
height="4"
color="#7BC8A4"
></a-plane>
<a-sky color="#ECECEC"></a-sky>
</a-marker>
</a-scene>
</section>
</main>
<footer></footer>
<a-scene embedded arjs>
<!--x, y, z -->
<!-- Matematik Lars -->
<!-- Head-->
<a-marker preset="hiro">
<a-box position="0 0.5 0" material="color: red;"></a-box>
<a-sphere position="0 3.3 -4" radius="1.25" color="#EF2D5E"></a-sphere>
<!-- Body & Hands -->
<a-cylinder
position="0 1.3 -3"
radius="0.5"
height="1.5"
color="#FFC65D"
></a-cylinder>
<a-cylinder
position="1.2 1.4 -3"
radius="0.2"
height="1.5"
color="#FFC65D"
rotation="90 0 90"
></a-cylinder>
<a-cylinder
position="-1.2 1.4 -3"
radius="0.2"
height="1.5"
color="#FFC65D"
rotation="90 0 90"
></a-cylinder>

<!-- Legs-->
<a-cylinder
position="-0.50 0.50 -3"
radius="0.2"
height="1.5"
color="#FFC65D"
rotation="0 0 -45"
></a-cylinder>
<a-cylinder
position="0.50 0.50 -3"
radius="0.2"
height="1.5"
color="#FFC65D"
rotation="0 0 45"
></a-cylinder>
<a-plane
position="0 0 -4"
rotation="-90 0 0"
width="4"
height="4"
color="#7BC8A4"
></a-plane>
<a-sky color="#ECECEC"></a-sky>
</a-marker>
</a-scene>
</body>
</html>

0 comments on commit 64c0dd9

Please sign in to comment.