<html>
<body>
Hello Sandip,<br><br>
I assume you are using a volume mapper to render the data? You'll need to
either switch mappers (use the vtkVolumeTextureMapper2D instead of the
vtkVolumeRayCastMapper - this is usually faster) or use some
level-of-detail approach (using reduced resolution data sets, less rays
cast, etc) to improve performance. You may want to download VolView from
<a href="http://www.kitware.com/" eudora="autourl">www.kitware.com</a> to
see how an LOD volume rendering strategy works in an application (load
your data and see the speed / quality VolView is able to provide). You
should be able to achieve something similar with VTK.<br><br>
Lisa<br>
&nbsp;<br><br>
At 12:38 AM 3/3/2004, sandip goyal wrote:<br>
<blockquote type=cite class=cite cite>Hi VtkUsers,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
I am working on the tomography data .My problem is to make the objects
transparent depending on the gray level selected by the user from
histogram .,i.e I want to make the data of particular gray values to
become transparent. For this I used<br>
&nbsp;<br>
&nbsp;vtkTransferfunction SetPoint property and assigned the opacity to
the volume property . But this method causes my system to become too slow
&amp; I am not able to do it iteractively with the mouse. <br>
&nbsp;<br>
Please suggest the method <br>
&nbsp;<br>
Thanking&nbsp; You in advance<br>
Sandip Goyal&nbsp;&nbsp;&nbsp; <br><br>
<font face="arial" size=2><b><a href="http://in.rd.yahoo.com/specials/mailtag/*http://in.insurance.yahoo.com/licspecial/index.html">Yahoo!
India Insurance Special</a>:</b> Be informed on the best policies,
services, tools and more.</font> </blockquote></body>
</html>