top of page
Search

Glitch VR Pop Quiz

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

<!DOCTYPE html>

<html>

<head>

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

<script src="https://rawgit.com/mayognaise/aframe-gif-shader/master/dist/aframe-gif-shader.min.js"></script>

</head>

<body>

<a-scene>

<a-assets>

<video>

id="balloon" autoplay loop = "true" src

="https://cdn.glitch.me/f71e3866-3301-4f4d-a6cd-6c5798431ce1/Balloon-Surreal-V2.gif?v=1666743339714"

</video>

<a-asset-item

id="model"

src="https://cdn.glitch.me/f71e3866-3301-4f4d-a6cd-6c5798431ce1/Project2.2.glb?v=1666749958759"

></a-asset-item>

</a-assets>

<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-videosphere

src="https://cdn.glitch.global/f71e3866-3301-4f4d-a6cd-6c5798431ce1/spiderman.mp4?v=1666142628318"

></a-videosphere>

<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-entity gltf-model="#model" position = "0 0 4 "></a-entity>

<a-sphere

material="shader:gif; src:url(https://cdn.glitch.me/f71e3866-3301-4f4d-a6cd-6c5798431ce1/Balloon-Surreal-V2.gif?v=1666743339714)"

position="0 4 -5"

radius="0.8"

color="#e203ff"

></a-sphere>

<a-cylinder

position="1 0.75 -3"

radius="0.9"

height="1.5"

color="#f542d7"

></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>

 
 
 

Comments


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

bottom of page