top of page
Search
Writer's pictureNoa Batson

Here's my VR blender thing, Corrina


the preview will probably not show the sky, but if you click VR it might show the sky and not the file


also here's the code.


<!DOCTYPE html>

<html>

<head>

<script src="https://aframe.io/releases/1.3.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>

<!--video

id="movingsky"

autoplay

loop="true"

.

src="https://cdn.glitch.me/29d54f71-97a2-479c-9c1f-b5cc4dcbdda1/movingsky.mp4?v=1646773542110"

></video-->

<img

id="sanddark"

src="https://cdn.glitch.global/29d54f71-97a2-479c-9c1f-b5cc4dcbdda1/sanddark.jpeg?v=1646946817667"

/>

</a-assets>

<a-entity

gltf-model="https://cdn.glitch.me/29d54f71-97a2-479c-9c1f-b5cc4dcbdda1/birdman.gltf?v=1646945371914"

position="0

13

-15"

animation-mixer="loop : repeat"

scale=" 1 1 1"

rotation="0 270 0"

></a-entity>

<a-videosphere src="https://cdn.glitch.me/29d54f71-97a2-479c-9c1f-b5cc4dcbdda1/movingsky.mp4?v=1646773542110"></a-videosphere>

<a-box position="1 0.2 -3" rotation="0 12 0" color=" #808080"></a-box>

<a-sphere position="1 0.4 -5" radius="1.25" color="#6b616b"></a-sphere>

<a-cylinder

position="1 0.75 -3"

radius="0.5"

height="1.5"

color="#798186"

></a-cylinder>

<a-plane

position="0 0 -4"

rotation="-90 0 0"

width="100"

height="100"

material="src:#sanddark"

></a-plane>

</a-scene>

</body>

</html>


7 views0 comments

Recent Posts

See All

Reading 3

Reading 2

Reading 1

Comments


bottom of page