-
-
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
Clicking on the Ammo sample in the r120 does not launch the iron ball #20191
Comments
I see similar problems in the spline editor example where I can't interact with https://threejs.org/examples/webgl_geometry_spline_editor Maybe related to the introduction of Pointer Events in |
When using BTW: Since I guess this side effect was missed when Pointer Events were introduced (#20161). It seems we can only fix this in two ways:
|
Even when removing |
More simple repro case: r119: https://jsfiddle.net/jog5nqyh/ |
@mrdoob I suggest we revert the Pointer Events change and make |
PR: #20194 |
The I've update the broken jsfiddle of the issue with the mousedown's https://jsfiddle.net/marcofugaro/2ftxhosr/1/ Testing also the https://raw.githack.com/marcofugaro/three.js/orbit-test/examples/webgl_multiple_elements_text.html |
Even when commenting out the calls of If we were aware that calling |
BTW: The call of |
As a roadmap, I suggest to revert, figure out if it's possible to remove the usage of |
Fixed: 9f2226e In fact, the iron balls never worked on mobile. Now they do. |
Thanks! I have confirmed that the sample works with the updated |
Description of the problem
In the previous Ammo sample, clicking with the mouse launch an iron ball.
However, in the
r120
sample, the iron ball does not appear when the mouse is clicked.I tried the combination of the r120 sample and the previous version of OrbitControls.js and the iron ball does appear, so I think this control is probably related.
r120 Ammo Convex object breaking example result:
r119 Ammo Convex object breaking example result:
Three.js version
Browser
OS
Hardware Requirements (graphics card, VR Device, ...)
MacBook Air (BootCamp) Intel(R) UHD Graphics 617 Direct3D11 vs_5_0 ps_5_0
The text was updated successfully, but these errors were encountered: