Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThree.js examples broke on recent three.js releases #23954
Closed
Labels
Comments
|
This is caused by the switch to use JS modules in the examples instead: see discussion at mrdoob/three.js#16799 (comment) which includes workarounds. |
|
Ah, that explains it! |
|
Closing this since the cause it known. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The three.js examples which used to work in Servo are now not rendering.
Bisecting using the wayback machine, Mar 31 works, https://web.archive.org/web/20190331203342/https://threejs.org/examples/#webgl_animation_cloth but May 9 doesn't https://web.archive.org/web/20190509071159/https://threejs.org/examples/#webgl_animation_cloth
This could be r104 switching off error checking for shader compilation? https://github.com/mrdoob/three.js/wiki/Migration-Guide#r103--r104