[vtkusers] VolumeRayCastMapper for a RectilinearGrid?

Amy Squillacote amy.squillacote at kitware.com
Wed Dec 6 10:54:51 EST 2006


If you convert to vtkUnstructedGrid, keep in mind that you'll need to 
use a subclass of vtkUnstructuredGridVolumeMapper, not 
vtkVolumeRayCastMapper (as listed in your 1st email).

- Amy

Bernard Giroux wrote:
> Amy Squillacote a écrit :
>> Hi Bernard,
>>
>> VTK can volume render datasets of type vtkImageData or 
>> vtkUnstructedGrid. You'll need to convert your dataset to one of 
>> these two types if you want to raycast it.
>
> OK, I actually just started to do the conversion to vtkUnstructedGrid.
>
> Thank you for confirming my idea...
>
> Bernard
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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
>   



More information about the vtkusers mailing list