Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error reading string. Unexpected token: StartObject #5

Open
mscherotter opened this issue May 13, 2015 · 1 comment
Open

Error reading string. Unexpected token: StartObject #5

mscherotter opened this issue May 13, 2015 · 1 comment

Comments

@mscherotter
Copy link

Console message on IE11/Windows 8.1
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'

<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>
brianchirls added a commit that referenced this issue May 13, 2015
@brianchirls
Copy link
Contributor

Having some trouble replicating this. Are you looking at one of the example pages? or a jsbin? Or is it your own page?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants