Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panorama viewer: Reverse drag interaction #73

Closed
violine1101 opened this issue Mar 9, 2025 · 3 comments
Closed

Panorama viewer: Reverse drag interaction #73

violine1101 opened this issue Mar 9, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@violine1101
Copy link
Member

The current way in which dragging the panorama view works is unintuitive and should probably be reversed.

I've found https://github.com/pmndrs/three-stdlib/blob/main/src/controls/OrbitControls.ts which appears to be an alternative to the currently used plugin that supports reversing the drag direction, but I'm not sure if it's a drop-in replacement.

@violine1101 violine1101 added the enhancement New feature or request label Mar 9, 2025
@Dianliang233
Copy link
Member

I think the direction is completely fine, but I mainly use a touchpad so maybe that's why

@violine1101
Copy link
Member Author

Hm, possibly. On desktop with a mouse, I'd expect that when clicking, I "grab" a position and move the box based on that, which is further suggested by the cursor.

Screencast.From.2025-03-10.00-50-12.mp4

On a touch device it's less confusing, but I believe reversing it would also be beneficial for there.

@Dianliang233
Copy link
Member

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants