Pro-tip: Press space bar to progress and it won't skip any slides
What, why and how
(Milgram’s Reality to Virtuality Continuum)
Source: autoblog.com
Hands or Controllers do not appear in virtual reality.
Image from Road to VR
(Source: PC Mag)
Google Cardboard | Google Daydream | Gear VR | |
---|---|---|---|
Sitting / Standing | Yes | Yes | Yes |
VR Controller | No | Yes | No |
Room Scale | No | No | No |
Price | $20 | $49 | $99 |
Sold separately
Gear VR | Oculus Rift | HTC Vive | |
---|---|---|---|
Sitting / Standing | Yes | Yes | Yes |
VR Controller | No | Yes * | Yes |
Room Scale | No | No | Yes |
Price | $99 | $599, *$798 | $799.99 |
Units Sold in 2016 | 5M | 3.6M | 2.1M |
Source for units sold source: statista.com
🤓 😆
<html>
<head>
<script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
</a-scene>
<body>
</html>
<a-scene>
<a-sky color="#222"></a-sky>
</a-scene>
or a background image:
<a-scene>
<a-sky src="360image.jpg"></a-sky>
</a-scene>
<a-scene>
<a-sphere color="orange" radius="1.5"></a-sphere>
<a-sky color="#222"></a-sky>
</a-scene>
Alternate syntax, but identical result:
<a-scene>
<a-entity geometry="primitive: sphere; radius: 1.5"
material="color: orange;"></a-entity>
<a-sky src="360image.jpg"></a-sky>
</a-scene>
<a-scene>
<a-sphere
color="orange"
radius="1.5"
position="2 3 -4">
</a-sphere>
<a-sky color="#222"></a-sky>
</a-scene>
<a-scene>
<a-sphere color="orange" radius="1.5" position="2 3 4">
<a-animation
attribute="position"
from="2 3 -4"
to="2 .75 -4">
</a-animation>
</a-sphere>
<a-sky color="#222"></a-sky>
</a-scene>
Wikipedia - Reality–virtuality continuum
XBOX Controller by Mark Davis from the Noun Project
Remote Control by Lemon Liu from the Noun Project
Most other icons sourced from Font Awesome