bwasty / gltf-viewer

glTF 2.0 Viewer written in Rust
The Unlicense
188 stars 31 forks source link

Panning moves in the opposite direction of mouse movement #25

Closed hindol closed 6 years ago

hindol commented 6 years ago

Issue is same as the title. Please let me know if you need anything else.

bwasty commented 6 years ago

Confirmed - not sure how that happened... The fix for this is only changing a sign, but I'm also trying to fix an issue with the panning distance at the same time (changes after resizing the window on high DPI displays, related to #23), so it might take a little bit.