[vtkusers] Does VTK has X ray rendering or shade effect algorithms?
Iryna Pavlyshak
iryna at andrew.cmu.edu
Mon Feb 11 11:57:19 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 _______________________________________________ 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
Hello,
I process 3D data.It is not vtkImageData, that is vtkPolydata.
Can you please, recommend me classes that create X ray effect to this data?
iryna
>
>
More information about the vtkusers
mailing list