[vtkusers] Does VTK has X ray rendering or shade effect	algorithms?
    T.R.Shashwath 
    trshash84 at gmail.com
       
    Tue Feb  5 22:40:49 EST 2008
    
    
  
On Wednesday 06 Feb 2008 2:15:09 am Iryna Pavlyshak wrote:
> Hello,
>
> Is is possible to render data in VTK with X-ray effect?
> thanks,
> Iryna
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
Hi,
I believe you're looking for Maximum Intensity Projection. If your data is any 
kind of vtkImageData, you can feed it into a vtkVolumeRayCastMapper (or 
vtkFixedPointVolumeRayCastMapper), and set the blend mode to maximum 
intensity. The method of doing this varies between these two, so you'll have 
to look into their documentation for it.
Shash
    
    
More information about the vtkusers
mailing list