@SebT @bene.schmid @ctrueden @albertcardona
Has one of you tried to smoothly animate this:
universe.adjustView( content );
Right now it changes the point of view immediately from the current view to a new view in which the content
is centered. Thus, the user does not have a feel for where this content is relative to the previous view point. It would be really nice to be able to animate this. I guess I could figure this out somehow, e.g. reusing some of the bdv
code (https://javadoc.scijava.org/Fiji/bdv/viewer/animate/SimilarityTransformAnimator.html)
But if someone has already some relevant code for the 3d-viewer that would help a lot to get started!