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

RAF loop blocks interaction in gl plots. #2039

Closed
rreusser opened this issue Sep 27, 2017 · 2 comments
Closed

RAF loop blocks interaction in gl plots. #2039

rreusser opened this issue Sep 27, 2017 · 2 comments
Labels
bug something broken

Comments

@rreusser
Copy link
Contributor

SVG needs interactions disabled during animation since the transforms get too difficult to manage. WebGL plots do not. Opening this issue to track progress on re-enabling. It won't be perfect since a plot context does not need to be strictly webgl xor svg, but we can at least improve the situation.

@rreusser rreusser added the bug something broken label Sep 27, 2017
@rreusser rreusser self-assigned this Sep 27, 2017
@rreusser
Copy link
Contributor Author

rreusser commented Sep 28, 2017

Oh. It's not disabled at all. :/ It simply doesn't work since it continuously resets the axis range every time it draws, unless a mouse-up event commits the new scene parameters before the next frame.

@rreusser rreusser changed the title Enable gl interactions during animation RAF loop blocks interaction in gl plots. Oct 16, 2017
@etpinard
Copy link
Contributor

Moved to #3759

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

No branches or pull requests

2 participants