Zoom where move cursor is in orthographic mode

Looks like it’s related to event.wheelDelta being undefined. There’s a topic about this here:

With the solution being to used event.deltaY instead. Here’s a playground with that change. I tried it in Firefox on Mac and it’s working:

1 Like