Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Web VR Starter Kit - Template">
  <meta charset="utf-8">
  <title>Web VR</title>
</head>
<body>
    <script src="//povdocs.github.io/webvr-starter-kit/build/vr.js"></script>
</body>
</html>
 
VR.floor().setMaterial('grass')
VR.sky()
VR.video(['https://povdocs.github.io/webvr-starter-kit/examples/assets/bigbuckbunny.mp4']).moveTo(-1, 2, 1).setScale(3).rotateY(Math.PI / 6).play()
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x