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&#39;t seem to work.<br><br><div><span class="gmail_quote">
On 2/7/07, <b class="gmail_sendername">Bartlomiej Wilkowski</b> &lt;<a href="mailto:wilku_83@o2.pl">wilku_83@o2.pl</a>&gt; 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>&nbsp;Load these libraries in the beginning of your MAIN class in the way I describe below. Just after<strong> public class XXX {</strong> &nbsp;</div>
<div>&nbsp;</div>
<div>// in the static contructor we load in the native code<br>&nbsp; // The libraries must be in your path to work<br>&nbsp; <strong>static {<br>&nbsp; &nbsp; System.loadLibrary(&quot;vtkCommonJava&quot;);<br>&nbsp; &nbsp; System.loadLibrary(&quot;vtkFilteringJava&quot;);
<br>&nbsp; &nbsp; System.loadLibrary(&quot;vtkIOJava&quot;);<br>&nbsp; &nbsp; System.loadLibrary(&quot;vtkImagingJava&quot;);<br>&nbsp; &nbsp; System.loadLibrary(&quot;vtkGraphicsJava&quot;);<br>&nbsp; &nbsp; System.loadLibrary(&quot;vtkRenderingJava&quot;);</strong>

</div>
<div><strong>&nbsp;&nbsp; }</strong></div>
<div>(...)</div>
<div><strong>}</strong></div>
<div>&nbsp;</div>
<div>I had this problem and it works now thanks to the vtk community.</div>
<div>&nbsp;</div>
<div>Bartek</div><br>&nbsp;</div><div><span class="e" id="q_1109ed5e608c9beb_1">
<div><span class="gmail_quote">On 2/7/07, <b class="gmail_sendername">thorprime</b> &lt;<a href="mailto:thorprime@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">thorprime@gmail.com</a>&gt; 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>&gt;<br>&gt; On 2007-02-07 11:16, thorprime said:<br>&gt;
<br>&gt;&gt;<br>
&gt;&gt;When attempting to create a&nbsp;&nbsp;vtkVolumeRayCastMapper or<br>&gt;&gt;vtkVolumeTextureMapper2D simply initializing the class with<br>&gt;&gt;&quot; vtkVolumeTextureMapper2D volumeMapper = new vtkVolumeTextureMapper2D();&quot; 
<br>&gt;&gt;creates the following error:<br>&gt;&gt;<br>&gt;&gt;Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: VTKInit<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at vtk.vtkVolumeTextureMapper2D.VTKInit(Native Method)<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at 
vtk.vtkObject.&lt;init&gt;(vtkObject.java:90)<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at vtk.vtkAlgorithm.&lt;init&gt;(vtkAlgorithm.java:246)<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at vtk.vtkAbstractMapper.&lt;init&gt;(vtkAbstractMapper.java:58)<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at 
vtk.vtkAbstractMapper3D.&lt;init&gt;(vtkAbstractMapper3D.java:46)<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at vtk.vtkAbstractVolumeMapper.&lt;init&gt;(vtkAbstractVolumeMapper.java:30)<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at vtk.vtkVolumeMapper.&lt;init&gt;(vtkVolumeMapper.java

 :122)<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at vtk.vtkVolumeTextureMapper.&lt;init&gt;(vtkVolumeTextureMapper.java:34)<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at vtk.vtkVolumeTextureMapper2D.&lt;init&gt;(vtkVolumeTextureMapper2D.java:46)&quot;<br>&gt;&gt;<br>&gt;&gt;this is using th 
5.0.2 release under OSX compiled to use carbon and cocoa.<br>I<br>&gt;<br>&gt; Carbon *and* Cocoa?&nbsp;&nbsp;I&#39;m pretty sure cmake forbids trying to set those<br>&gt; both to ON.&nbsp;&nbsp;In any case, you must set one to ON and the other to OFF. 
<br>&gt;<br>&gt;&gt;am going to try it again with the CVS later.<br>&gt;<br>&gt; As I said earlier today, I&#39;m pretty sure VTK using Java is currently<br>&gt; broken on the Mac, at least on Intel.&nbsp;&nbsp;There was a long thread on this 
<br>&gt; recently, you might want to check the archives.<br>&gt;<br>&gt; --<br>&gt; ____________________________________________________________<br>&gt; Sean McBride, B. Eng&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:sean@rogue-research.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

sean@rogue-research.com</a><br>&gt; Rogue Research&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.rogue-research.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.rogue-research.com</a><br>&gt; Mac Software Developer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Montréal, Québec, Canada
<br>&gt;<br>&gt;<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&#39;ll go ahead and check the archives, but I think I&#39;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>