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

hopy you can add pan view ability #182

Open
a873054267 opened this issue Nov 8, 2022 · 0 comments
Open

hopy you can add pan view ability #182

a873054267 opened this issue Nov 8, 2022 · 0 comments

Comments

@a873054267
Copy link

same as the #150 ;
it's not easy to use ctrl +left click to pan the view,especially that need to adjust the points accurately;
I had try to modify the pan function fired by mouse middle down and move;but it's still not correct;
the core code is:
OrbitControls.js
this.mouseButtons = { ORBIT: THREE.MOUSE.LEFT, // ZOOM: THREE.MOUSE.MIDDLE, DOWNPAN: THREE.MOUSE.MIDDLE, PAN: THREE.MOUSE.RIGHT };
acctually,I had try to use left drag to control pan which is not effect;

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

No branches or pull requests

1 participant