[vtkusers] vtkActor2D and layer ordering ?
Petar Petrov
pip010 at gmail.com
Thu Mar 17 05:31:05 EDT 2016
I found at least 3 ways that might influence z-order of 2D actors:
1) vtkActor2D->SetLayerNumber(int)
2) vtkImageMapper->SetZSlice()
3) vtkProperty2D->SetDsiplayToBackground/Foreground()
None of which seems to do the job. also previous similar question:
http://public.kitware.com/pipermail/vtkusers/2010-February/057204.html
Before vtk7.0, at least point 3 was working, now in vtk7.0 it also stopped
working.
So my question is how can I influence z-ordering of 2Dactors as per latest
vtk?
Cheers,
Petar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160317/aedcd948/attachment.html>
More information about the vtkusers
mailing list