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

Strange autopanning on mousedown #20

Closed
djone010 opened this issue May 11, 2012 · 3 comments
Closed

Strange autopanning on mousedown #20

djone010 opened this issue May 11, 2012 · 3 comments
Assignees

Comments

@djone010
Copy link

In the sandbox example, when I hold the left mouse button down and do not move the mouse, the globe slightly pans to the north west every second or so. This is a lot more noticeable on higher zoom levels because the map can jump very far. I believe this has something to do with the mouseConstrainedZAxis set to true because it does not happen on the other examples.

scene.getCamera().getControllers().get(0).mouseConstrainedZAxis = true;

Also because of this, I was able to turn the globe completely upside down and it became stuck there.

On another machine the globe did not continuously pan north west on mouse down. It only does it once which is still undesirable and I was still able to get it stuck upside down.

@ghost ghost assigned bagnell May 11, 2012
@pjcozzi
Copy link
Contributor

pjcozzi commented May 11, 2012

@bagnell sounds like the inertia, right?

@bagnell
Copy link
Contributor

bagnell commented May 25, 2012

I wasn't able to reproduce this bug the way it was described. I was able to turn the globe over with the constrained z axis and fixed that issue, but I haven't seen any autopanning.

@jktaylor Could you see if this is still an issue? The fix is in the spindle branch. I requested it to pulled into master in #44.

@djone010
Copy link
Author

Looks good! I am no longer seeing autopanning and can no longer turn the globe upside down.

oterral pushed a commit to oterral/cesium that referenced this issue Nov 14, 2016
shunter pushed a commit that referenced this issue Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants