-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
Opera support broken in r55 #2996
Comments
Yep. |
Hi, [29/01/2013 09:33:51] JavaScript - http://mrdoob.github.com/three.js/examples/webgl_animation_cloth.html And effectively, http://carvisualizer.plus360degrees.com/threejs/ works partly, but it also says that it can't initialize shader : [29/01/2013 09:38:18] JavaScript - http://carvisualizer.plus360degrees.com/threejs/ |
steveTJS Opera doesn't have support for many of the extensions nessecary . So It is quite normal that that demo doesn't work in Opera. PS: Please keep on topic as this should be resolved in this revision. |
Hi So, do you think that we have to consider that, for the time being, Opera should be simply blocked by the "Detector level" ?? |
Opera support is now totally broken; meaning that
new THREE.WebGLRenderer()
will fail at https://github.com/mrdoob/three.js/blob/master/src/renderers/WebGLRenderer.js#L208 becausegetShaderPrecisionFormat()
is not available. Of course, "totally broken" quite accurately describes the current state of WebGL support in Opera (to fix the crashes, they appear to have ripped out the lion share of shader support), so I don't expect much.This is a bit of regression, since http://carvisualizer.plus360degrees.com/threejs/ (r47) works… partly. A nicer error message is probably all this is worth.
Tested with Opera 12.12 on Windows and Linux.
The text was updated successfully, but these errors were encountered: