simularium / simularium-viewer

NPM package to view Simularium trajectories in 3D
Apache License 2.0
2 stars 0 forks source link

right-click drag panning behavior changed #326

Closed toloudis closed 11 months ago

toloudis commented 1 year ago

Description

(In current main branch, not on live production server) When I right-click drag to pan the view, instead there is some combined zoom and rotation behavior.

Expected Behavior

Right-click drag should pan the view (translate both view position and view target in the plane of the screen)

Reproduction

Must use a recent git branch to see this behavior. It is very likely due to updates in three.js's OrbitControls that we need to work better with.

Environment

Observed in both Chrome and Firefox.

toloudis commented 11 months ago

fixed by #327