jnsmalm / pixi3d

The 3D renderer for PixiJS. Seamless integration with 2D applications.
https://pixi3d.org
MIT License
759 stars 44 forks source link

Zooming in/out with CameraOrbitControl does not work in Firefox #95

Closed Willem3141 closed 2 years ago

Willem3141 commented 2 years ago

To reproduce, open the teapot example with Firefox 99. Dragging to change the camera angle works, but scrolling does not. This works fine in Chrome.

This seems to be caused by the fact that Firefox does not implement the non-standard mousewheel event which is used here to implement zooming.

jnsmalm commented 2 years ago

Thanks, will take a look!

jnsmalm commented 2 years ago

This should now be fixed in latest release.