[vtkusers] Overlaping view props in a rendered
Gerrick Bivins
gbivins at objectreservoir.com
Thu Jul 31 18:13:32 EDT 2008
Hey Sarah,
vtkDepthSortPolyData may be of interest to you.
http://www.vtk.org/doc/nightly/html/classvtkDepthSortPolyData.html
(I think it's in vtk 5.2 as well)
I recently had transparency issues and had to use it ( eventually used depth
peeling instead because it worked better).
Gerrick
On 7/31/08 5:02 PM, "Sarah Macumber" <S.Macumber at QuestReliability.com>
wrote:
> Here is a quick question I couldn't answer by googling ...
>
> Is there any way to change the draw order of props / actors in a renderer.
> Something like vtkProperty2D's SetDisplayLocationToBackground() but more
> generic for those things that only have a vtkProperty? The only thing I can
> find to do is place my objects in the scene in the correct order but that
> doesn't always work for me and I want the ability to change their draw order /
> z buffer later.
>
> Cheers,
> Sarah
> _______________________________________________
> 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