Albert,
this must be due to the fact that you are using the old version of
ImageJ3D, that I released for the ImageJ conference. For some reason
my plugin seems to load these old class files from these older
imageJ3D files instead those of the jar-file.
I will update the ImageJ3D framework on my website soon.
Kai
> Hi Kai,
>
> In ImageJ 1.37v, java 1.6.0 I get:
>
>
> java.lang.NoSuchMethodError:
> jRenderer3D.JRenderer3D.setTransformMaxDistance(I)V
> at Interactive_3D_Surface_Plot.create3DRenderer
> (Interactive_3D_Surface_Plot.java:286)
> at Interactive_3D_Surface_Plot.runApplication
> (Interactive_3D_Surface_Plot.java:243)
> at Interactive_3D_Surface_Plot.run
> (Interactive_3D_Surface_Plot.java:230)
> at ij.IJ.runUserPlugIn(IJ.java:264)
> at ij.IJ.runPlugIn(IJ.java:118)
> at ij.Executer.runCommand(Executer.java:95)
> at ij.Executer.run(Executer.java:49)
> at java.lang.Thread.run(Thread.java:620)