You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
Expected behavior
When using the mousewheel in the viewport whilst the camera is in tracking mode, it should zoom in (or out) on the currently tracked marble.
Actual behavior
When using the mousewheel in the viewport whilst the camera is in tracking mode, it does not zoom. This is because the DeltaY value is way too big since it does not take the DeltaMode into account. Read more here: https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent/deltaY
Reproduction steps
Just scroll the damn thing I basically explained it above already.
Expected behavior
When using the mousewheel in the viewport whilst the camera is in tracking mode, it should zoom in (or out) on the currently tracked marble.
Actual behavior
When using the mousewheel in the viewport whilst the camera is in tracking mode, it does not zoom. This is because the DeltaY value is way too big since it does not take the DeltaMode into account. Read more here: https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent/deltaY
Reproduction steps
Platform
OS: Windows 10
Browser version: Firefox Developer Edition (93.0b5 (64-bit))
Build version: 1.3.1 (latest /dev branch)
The text was updated successfully, but these errors were encountered: