ClearVolume is a real-time live 3D visualization library designed for high-end volumetric microscopes such as SPIM and DLSM microscopes. With ClearVolume you can see live on your screen the stacks acquired by your microscope instead of waiting for offline post-processing to give you an intuitive and comprehensive view on your data.
On at least the Fiji plugin, the panning user interaction does not work 'classically'.
With the initial view, if the mouse is dragged (with right click to pan) by an amount x, the view is translated by an amount roughly 2x.
If the view it rotated by 90º before panning, the panning (along X for instance) does not take rotation into account, and still pan along the X axis of the object, rather than the X axis of the view.
I guess the mouse coordinates are being transformed to object referential rather than view referential?
On at least the Fiji plugin, the panning user interaction does not work 'classically'.
With the initial view, if the mouse is dragged (with right click to pan) by an amount
x
, the view is translated by an amount roughly2x
.If the view it rotated by 90º before panning, the panning (along X for instance) does not take rotation into account, and still pan along the X axis of the object, rather than the X axis of the view.
I guess the mouse coordinates are being transformed to object referential rather than view referential?