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

Feature - continous camera movement tracking #601

Conversation

seankmartin
Copy link
Contributor

The context can be used to mark the camera continuously moving. The context will mark the camera movement as completed after 300ms using lodash debounce, and emit a signal when this happens. At the moment, only the perspective panel listens for this signal, and uses it to trigger a redraw request if volume rendering is enabled on that panel.

The actions that flag the start of a continuous camera movement are:

  • Zooming via mouse, touch, or keys
  • Rotating via mouse, touch or keys
  • Changing the depth planes

@seankmartin seankmartin marked this pull request as ready for review June 20, 2024 15:31
@seankmartin
Copy link
Contributor Author

The changes here have been integrated into #589, but 589 can be updated again based on changes from this PR

@seankmartin seankmartin closed this Jul 4, 2024
@seankmartin
Copy link
Contributor Author

Closed as #591 included these changes

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

Successfully merging this pull request may close these issues.

1 participant