top of page
Search

Glitch VR Pop Quiz 2

  • Writer: Shloka Dhar
    Shloka Dhar
  • Oct 25, 2022
  • 1 min read

<!DOCTYPE html>

<html>

<head>

<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>

<script src="https://unpkg.com/aframe-environment-component@1.3.1/dist/aframe-environment-component.min.js"></script>

</head>

<body>

<a-scene>

<a-entity environment ></a-entity>

<a-sound src="https://cdn.glitch.global/f71e3866-3301-4f4d-a6cd-6c5798431ce1/videoplayback_2%20(1).mp4?v=1666743341116" autoplay="true"

position="-2 0.5 -3"></a-sound>

<a-box src = "https://cdn.glitch.global/f71e3866-3301-4f4d-a6cd-6c5798431ce1/Prismo4.png?v=1666144354598"

position="-2 0.5 -3"

rotation="0 80 40"

material="color:https://cdn.glitch.global/f71e3866-3301-4f4d-a6cd-6c5798431ce1/Prismo4.png?v=1666144354598"

></a-box>


<a-sphere position="4 1.25 -9" radius="0.8" color="#e203ff"></a-sphere>

<a-cylinder

position="1 0.75 -3"

radius="0.9"

height="1.5"

color="#ffd321"

></a-cylinder>

<a-plane src = "https://cdn.glitch.global/f71e3866-3301-4f4d-a6cd-6c5798431ce1/14-143937_crack-in-the-ground-earthquake-illustration-ground-crack.png?v=1666743736173"

position="0 0 -4"

rotation="-90 0 0"

width="9"

height="8"

></a-plane>

</a-scene>

</body>

</html>


 
 
 

Comentários


© 2023 by Shloka Dhar. Proudly created with Wix.com

bottom of page