google / neuroglancer

WebGL-based viewer for volumetric data
Apache License 2.0
1.02k stars 283 forks source link

Feature - continous camera movement tracking #601

Closed seankmartin closed 3 days ago

seankmartin commented 2 weeks ago

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:

seankmartin commented 2 weeks ago

The changes here have been integrated into https://github.com/google/neuroglancer/pull/589, but 589 can be updated again based on changes from this PR

seankmartin commented 3 days ago

Closed as #591 included these changes