Pop Quiz: A-frame, Glitch & VR Pop Quiz
<!DOCTYPE html>
<html>
<head>
<script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
<script src="https://rawgit.com/donmccurdy/aframe-extras/master/dist/aframe-extras.loaders.min.js"></script>
<script src="inflate.min.js"></script>
</head>
<body>
<a-scene>
<!--a-assets>
<a-asset-item id="horse 1" src="https://cdn.glitch.global/1d356678-49f5-40d2-81ad-f75306b1efd4/horse%201.gltf?v=1646946366486"
</a-assets>
<a-entity
gltf-model="https://cdn.glitch.global/1d356678-49f5-40d2-81ad-f75306b1efd4/horse%201.gltf?v=1646946366486"
position="0
5 -20"
animation-mixer = "loop : true"
scale="0.7 0.7 0.7"
rotation = "0 270 0"
></a-entity-->
<a-entity
gltf-model="https://cdn.glitch.global/1d356678-49f5-40d2-81ad-f75306b1efd4/horse%201.gltf?v=1646946366486"
position= "0 0 -2"
scale="0.2 0.2 0.2"
animation mixer="loop : pingpong"
></a-entity>
<a-box position="-1 0.5 -3" rotation="0 45 0" color="#eb9c34"></a-box>
<a-sphere position="0 1.25 -5" radius="1.25" color="#34ebeb"></a-sphere>
<a-cylinder position="1 0.75 -3" radius="0.5" height="1.5" color="#9334eb"></a-cylinder>
<a-plane
material= "src: https://cdn.glitch.global/1d356678-49f5-40d2-81ad-f75306b1efd4/grass.jpeg?v=1646949694637"
position="0 0 -4" rotation="-90 0 0" width="10" height="10" color=""></a-plane>
<a-sky
color="#ECECEC"></a-sky>
<a-videosphere src="https://cdn.glitch.me/1d356678-49f5-40d2-81ad-f75306b1efd4/video.mp4?v=1646949898043"></a-videosphere>
</a-scene>
</body>
</html>