@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.2.0/aframe.min.js
$ npm install aframe
<!doctype html>
<html>
<head>
<script src="https://aframe.io/releases/0.2.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-box color="#6A5ACD" width="2" height="2" depth="2"></a-box>
</a-scene>
</body>
</html>
#MozillaNoIIIESL
#Mozilla