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
Checking line 35947 of your three.js file I see this:
this.aStartAngle = aStartAngle ||Â 0;
Not sure where the  came from, but removing it fixes the issue.
Perhaps we should change the tutorial to reference three.js this way, what do you think? <script src="https://threejs.org/build/three.min.js"></script>
Description of the problem
The "Hello world" example (https://threejs.org/docs/index.html#manual/introduction/Creating-a-scene) is broken in r88.
I got the error message in the Chrome DevTool console: 'three.js:35947 Uncaught SyntaxError: Unexpected number'.
Three.js version
Browser
OS
Hardware Requirements (graphics card, VR Device, ...)
helloworld.zip
The text was updated successfully, but these errors were encountered: