You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>WebVR sample</title>
<script src="http://povdocs.github.io/webvr-starter-kit/build/vr.js"></script>
<script type="text/javascript">
//Make a floor, with default checkerboard texture and tinted blue
VR.floor({ color: 'lightblue' });
//make a box, using brick-tiles material. Move it up and over.
VR.box()
.setMaterial('brick-tiles')
.moveTo(-2, 1, 0.5);
//make a sphere, using shiny, metal material. make it a bit bigger and move it up
VR.sphere()
.setMaterial('metal')
.setScale(1.4)
.moveTo(0, 1, 0);
//make a torus, using wood material. Move it up and over
VR.torus()
.setMaterial('wood')
.moveTo(2, 1, 0.5);
</script>
The text was updated successfully, but these errors were encountered:
Console message on IE11/Windows 8.1
<title>WebVR sample</title> <script src="http://povdocs.github.io/webvr-starter-kit/build/vr.js"></script> <script type="text/javascript"> //Make a floor, with default checkerboard texture and tinted blue VR.floor({ color: 'lightblue' });SourceMap http://povdocs.github.io/webvr-starter-kit/build/vr.js.map read failed: Error reading string. Unexpected token: StartObject. Path 'names[1191]', line 1, position 18677.'iexplore.exe' (Script): Unloaded 'http://povdocs.github.io/webvr-starter-kit/build/vr.js'
The text was updated successfully, but these errors were encountered: