Actually, I already had that exact function copied over from the samples. Right now almost everything works (I can generate Isosurfaces just fine) but volume mapping just doesn't seem to work.<br><br><div><span class="gmail_quote">
On 2/7/07, <b class="gmail_sendername">Bartlomiej Wilkowski</b> <<a href="mailto:wilku_83@o2.pl">wilku_83@o2.pl</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<div> Load these libraries in the beginning of your MAIN class in the way I describe below. Just after<strong> public class XXX {</strong> </div>
<div> </div>
<div>// in the static contructor we load in the native code<br> // The libraries must be in your path to work<br> <strong>static {<br> System.loadLibrary("vtkCommonJava");<br> System.loadLibrary("vtkFilteringJava");
<br> System.loadLibrary("vtkIOJava");<br> System.loadLibrary("vtkImagingJava");<br> System.loadLibrary("vtkGraphicsJava");<br> System.loadLibrary("vtkRenderingJava");</strong>
</div>
<div><strong> }</strong></div>
<div>(...)</div>
<div><strong>}</strong></div>
<div> </div>
<div>I had this problem and it works now thanks to the vtk community.</div>
<div> </div>
<div>Bartek</div><br> </div><div><span class="e" id="q_1109ed5e608c9beb_1">
<div><span class="gmail_quote">On 2/7/07, <b class="gmail_sendername">thorprime</b> <<a href="mailto:thorprime@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">thorprime@gmail.com</a>> wrote:
</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><br><br><br>Sean McBride wrote:<br>><br>> On 2007-02-07 11:16, thorprime said:<br>>
<br>>><br>
>>When attempting to create a vtkVolumeRayCastMapper or<br>>>vtkVolumeTextureMapper2D simply initializing the class with<br>>>" vtkVolumeTextureMapper2D volumeMapper = new vtkVolumeTextureMapper2D();"
<br>>>creates the following error:<br>>><br>>>Exception in thread "main" java.lang.UnsatisfiedLinkError: VTKInit<br>>> at vtk.vtkVolumeTextureMapper2D.VTKInit(Native Method)<br>>> at
vtk.vtkObject.<init>(vtkObject.java:90)<br>>> at vtk.vtkAlgorithm.<init>(vtkAlgorithm.java:246)<br>>> at vtk.vtkAbstractMapper.<init>(vtkAbstractMapper.java:58)<br>>> at
vtk.vtkAbstractMapper3D.<init>(vtkAbstractMapper3D.java:46)<br>>> at vtk.vtkAbstractVolumeMapper.<init>(vtkAbstractVolumeMapper.java:30)<br>>> at vtk.vtkVolumeMapper.<init>(vtkVolumeMapper.java
:122)<br>>> at vtk.vtkVolumeTextureMapper.<init>(vtkVolumeTextureMapper.java:34)<br>>> at vtk.vtkVolumeTextureMapper2D.<init>(vtkVolumeTextureMapper2D.java:46)"<br>>><br>>>this is using th
5.0.2 release under OSX compiled to use carbon and cocoa.<br>I<br>><br>> Carbon *and* Cocoa? I'm pretty sure cmake forbids trying to set those<br>> both to ON. In any case, you must set one to ON and the other to OFF.
<br>><br>>>am going to try it again with the CVS later.<br>><br>> As I said earlier today, I'm pretty sure VTK using Java is currently<br>> broken on the Mac, at least on Intel. There was a long thread on this
<br>> recently, you might want to check the archives.<br>><br>> --<br>> ____________________________________________________________<br>> Sean McBride, B. Eng <a href="mailto:sean@rogue-research.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
sean@rogue-research.com</a><br>> Rogue Research <a href="http://www.rogue-research.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.rogue-research.com</a><br>> Mac Software Developer Montréal, Québec, Canada
<br>><br>><br><br>What I meant by Carbon and Cocoa is that I built both versions separately<br>and tried both version with the same result.<br><br>I'll go ahead and check the archives, but I think I'll just try continuing
<br>my work under windows for now.<br>--<br>View this message in context: <a href="http://www.nabble.com/UnsatisfiedLinkError%3A-VTKInit-in-vtk-5.0.2-java-libs-tf3189036.html#a8853860" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.nabble.com/UnsatisfiedLinkError%3A-VTKInit-in-vtk-5.0.2-java-libs-tf3189036.html#a8853860 </a><br>Sent from the VTK - Users mailing list archive at <a href="http://nabble.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Nabble.com</a>.<br><br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br></blockquote></div><br>
</span></div></blockquote></div><br>