[vtkusers] Depth sorter question

David E DeMarle dave.demarle at kitware.com
Thu Nov 14 15:46:02 EST 2013


Try depth peeling instead of vtkDepthSortPolyData since it will sort the
entire scene, not just one object.
ie
http://www.vtk.org/Wiki/VTK/Depth_Peeling
instead of
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/DepthSortPolyData

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Thu, Nov 14, 2013 at 1:36 PM, Serge Lalonde <serge at infolytica.com> wrote:

>  Is it possible to use the depth sorter for transparency when there are
> multiple actors, each with their own mapper, in the same renderer?
>
> We have this setup because we want to be able to use the
> vtkInteractorStyleTrackballCamera in actor mode to manipulate the multiple
> actors individually.
>
> Thanks!
> --
> www.infolytica.com
> 300 Leo Pariseau, Suite 2222, Montreal, QC, Canada, H2X 4B3
> (514) 849-8752 x236, Fax: (514) 849-4239
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20131114/ea9c33c7/attachment.htm>


More information about the vtkusers mailing list