[Paraview] [PV3-CVS] client x server with Ensight SOS

Jean Favre jfavre at cscs.ch
Wed Oct 10 16:10:16 EDT 2007


On 10, Oct 2007 09:02 PM, "Moreland, Kenneth" <kmorel at sandia.gov> wrote:

>Unless something has changed while I wasn't looking, volume rendering
>is
>not supported with multiblock data. The issue with multiblock data is
>that there probably is not a correct "visibility" order in which to
>render the pieces.
>

The way I do it in my VTK app for multi-block vol rendering is to get
the vtkCullerCollection from the Renderer, and then use

vtkFrustumCoverageCuller *culler = (vtkFrustumCoverageCuller
*)collection->GetNextItem();
culler->SetSortingStyleToBackToFront();

--Jean



More information about the ParaView mailing list