-
Notifications
You must be signed in to change notification settings - Fork 0
/
nova_walleye.html
2 lines (2 loc) · 1.96 KB
/
nova_walleye.html
1
2
<!DOCTYPE html>
<html lang="en"><head><title>ECS - A-Frame School</title><meta content="ECS - A-Frame School" name="description"><script src="//aframe.io/releases/0.8.0/aframe.min.js" type="text/javascript"></script><script src="//unpkg.com/[email protected]/dist/aframe-animation-component.min.js" type="text/javascript"></script><script src="//unpkg.com/[email protected]/dist/aframe-environment-component.min.js" type="text/javascript"></script></head><body><a-scene><a-assets><img id="groundTexture" src="https://cdn.aframe.io/a-painter/images/floor.jpg"><img id="skyTexture" src="https://cdn.aframe.io/a-painter/images/sky.jpg"></a-assets><a-entity camera="camera" look-controls="look-controls" position="0 2 30" wasd-controls="fly: true; acceleration: 120;"></a-entity><a-entity animation="property: position; to: 0 2 0>; dir: alternate; loop: true; dur: 1000>" geometry="primitive: sphere; radius: 2" light="type: point; castShadow: true; intensity: 0.5;" material="color: white; shader: flat" position="0 40 -30"></a-entity><a-entity geometry="primitive: box" material="color: yellow" position="2 0.5 -8" shadow="cast: true"></a-entity><a-entity geometry="primitive: box" material="color: green" position="-4 0.5 -6" shadow="cast: true"></a-entity><a-entity geometry="primitive: box" material="color: blue" position="4 0.5 -6" shadow="cast: true"></a-entity><a-entity geometry="primitive: sphere; thetaLength: 90; radius: 50" id="sky" material="side: back; height: 2048; width: 2048; src: #skyTexture; shader: flat"></a-entity><a-entity geometry="primitive: plane; height: 100; width: 100" id="ground" material="src: #groundTexture" rotation="-90 0 0" shadow="shadow"></a-entity></a-scene><script src="https://www.googletagmanager.com/gtag/js?id=UA-129674450-1" type="text/javascript"></script><script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','UA-129674450-1');</script></body></html>