Hi Gabriel,
> Hi Albert,
> I noted that you updated it to a new version of ImageJ_3D_Viewer plugin. But
> that new version still shows a stretched image in my setup.
> Have you been able to track down what the problem is?
>
Not really. I know a workaround: calling the following from the jython
interpreter
from java.awt import Dimension
d = Dimension(512,512)
IJ.getCurrentWindow().setMinimumSize(d)
IJ.getCurrentWindow().setPreferredSize(d)
... will at least enable you to resize the window. There is a bizarre
issue going on with java3d and the Canvas3D that I don't (yet)
understand. We'll try to tackle it over the next two weeks.
Albert
--
Albert Cardona
http://www.mcdb.ucla.edu/Research/Hartenstein/acardona