Hey,
<br>

<br>
Thanks for the very quick reply. Indeed it does not work very well with 
glyphs. Trying now to modify the example in the VolumeRendering 
directory. The problem is that my data is a StructuredGrid and 
vtkVolumeRayCastMapper takes in a StructuredPoints at most. Is there a 
way to convert a structuredGrid to StructuredPoint?
<br>

<br>
Also tried using the vtkVolumeTextureMapper2D but when I call the 
renderer TCL seg faults.
<br>

<br>
Any easy ways out?
<br>

<br>

<br>
Vlad
<br>

<br>

<br>

<br>

<br>

<br>

<br>
Ross Eldridge wrote:
<br>
<blockquote type="cite">Hey Vlad,
<br>
<br>Instead of using cuts and isosurfaces, have you tried using a volume 
renderer on your data?
<br>
<br>If you really want to use glyphs, you&#39;ll want to adjust your 
vtkPolyDataMapper to do what you want.&nbsp; To do that, set your mapper&#39;s 
lookup table to a new vtkLookupTable you create, and set whatever color 
ranges and alpha range (opacity) you want (don&#39;t forget to set your 
lookup tables scalar range using SetRange).&nbsp; Of course, this is limited 
to a linear change in opacities, but hopefully it&#39;s what you&#39;re looking 
for.
<br>
<br>-Ross
<br>
<br>
<br>Vlad - Andrei Lazar wrote:
<br>
<br><blockquote type="cite">Hello,
<br>
<br>I am trying to visuzlize 3D volume data. As it is rather hard to see 
anything using cuts or isosrufaces, I have to come up with a new way.
<br>
<br>My idea was to place a glyph at each data point and make the opacity 
of the glyph proportional to the value in that voxel. So far I did not 
manage to do such a thing (the documentation is not all that great I 
have to say...).
<br>
<br>Is there an easy way to do such thing?
<br>
<br>Best regards,
<br>Vlad
<br>------------------------------------------------------------------------
<br>
<br>_______________________________________________
<br>This is the private VTK discussion list. Please keep messages 
on-topic. Check the FAQ at: <a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a>
<br>Follow this link to subscribe/unsubscribe:
<br><a class="moz-txt-link-freetext" href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a>
<br>&nbsp; 
</blockquote></blockquote>

<br>