You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
Enable gl interactions during animation
RAF loop blocks interaction in gl plots.
Oct 16, 2017
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.
The text was updated successfully, but these errors were encountered: