Unfortunately, you can't stack multiple volumes like that.  The way that those mappers work is to essentially render the image in software (offscreen), then display the result.. There's no depth, it's just a 2d image.. The intermix is for mixing 2d Geometry with 3d volume-renderings, but won't work with multiple volume renderings.
<br><br>If your 3 volumes are from the same data, or you can make the 3 datasets coincident (interpolation, resampling, whatever) then you can put all of the variables into a single multi-value field array, and independently map a different colormap onto each variable.&nbsp; For an example, look on the Back Cover of the Fall2007 EnVision magazine (available here: 
<a href="https://visualization.hpc.mil/wiki/EnVision">https://visualization.hpc.mil/wiki/EnVision</a> ).&nbsp; I generated those images with the FixedPointVolumeRayCastMapper with 2 separate colormaps, one red/yellow and one green/blue, each mapped onto a separate component of a vector field where field[0] = Kinetic Dissapation and field[1] = Thermal Dissapation.
<br><br><div class="gmail_quote">On Jan 7, 2008 7:04 PM, Alark Joshi &lt;<a href="mailto:alark_j@hotmail.com">alark_j@hotmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Hello,<br><br>I have three volumes that are all located in the same space and I would like to see regions where they overlap and so on.<br><br>On trying to using raycastMapper/texture2d/texture3d, I found that the last vtkVolume that I added to the renderer always dominated the visualization. Basically, if I order the volumes as
<br><br>ren-&gt;AddVolume(v1);<br>ren-&gt;AddVolume(v2);<br>ren-&gt;AddVolume(v3);<br><br>then volume v3, dominates the visualizations and occludes everything behind it. I tried this with the &quot;nut.slc&quot; and &quot;
bolt.slc&quot; too, in my earlier attempts. Then I found &nbsp;&quot;vtkFixedPointVolumeRayCastMapper&quot; that allows, as per the specification &quot;intermixing with geometric data&quot;.<br><br>I was able to get one volume and one actor (in the example of the nut and bolt), to work perfectly. But, it does not work as well with my real world data, since I need the actor to be translucent. As soon as I change the opacity of the actor, the volume again dominates the visualization and the 3-dimensionality is lost.
<br><br>Ideally, I would like to be able to render all these 3 volumes and I have a feeling that vtkFixedPointVolumeRayCastMapper has the answer and I may not be using it properly. The class specification mentions &quot;It works with all input data types and up to four components.&quot;
<br><br>Please let me know if anyone has any suggestions/ideas. Thanks.<br><br>Regards,<br><br>Alark_______________________________________________<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">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">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br></blockquote></div><br><br clear="all"><br>-- <br>----------------------------------------<br>Randall Hand <br>Visualization Scientist<br>ERDC MSRC-ITL