@thiagopolicena
WebVR é uma API Javascript (experimental) que permite acesso a dispositivos de Realidade virtual, como o Oculus Rift ou Google Cardboard, no seu navegador.
https://aframe.io/releases/0.5.0/aframe.min.js
$ npm install aframe
<!doctype html>
<html>
<head>
<script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-box position="-1 0.5 -3" rotation="0 45 0" width="1" height="1" depth="1" color="#4CC3D9"></a-box>
</a-scene>
</body>
</html>
#MozillaNoXVISites
#Mozilla