Login  Register

Re: could not add a volume in imageJ3DViewer

Posted by Benjamin Schmid-2 on Sep 26, 2009; 12:13pm
URL: http://imagej.273.s1.nabble.com/could-not-add-a-volume-in-imageJ3DViewer-tp3690965p3690966.html

Hi Thomas

> I would like to add volumes inside a macro to a scene with  
> ImageJ3Dviewer, when I launch the recorder I get this command :
> call("ij3d.Image3DViewer.add", "draw_0", "White", "draw_0", "0", "true",  
> "true", "true", "1", "0");
>
After searching in the ImageJ classloader class and others for a while
now, I realized that there is just a 'J' missing in your command ;-)

It should be

call("ij3d.ImageJ3DViewer.add", ...)

I just realized that the macro recording is wrong and fixed it. It's
uploaded already.

Thanks for pointing me to that bug,

Bene