[vtkusers] 3D model and 2d Image overlay - depth issues,	flickering
    manikandtan.ck 
    manikandtan.ck at gmail.com
       
    Mon Nov 11 03:58:05 EST 2013
    
    
  
Thanks! that worked. 
I used the following:
vtkMapper::SetResolveCoincidentTopologyToPolygonOffset();
vtkMapper::SetResolveCoincidentTopologyPolygonOffsetParameters(0.1,-1);
This function is not present in vtkImageActor mapped to vtkImageMapper3D.
Hence I had to use vtkTexture and vtkPolyDataMapper. Output attached.
<http://vtk.1045678.n5.nabble.com/file/n5724376/Untitled.png> 
--
View this message in context: http://vtk.1045678.n5.nabble.com/3D-model-and-2d-Image-overlay-depth-issues-flickering-tp5724298p5724376.html
Sent from the VTK - Users mailing list archive at Nabble.com.
    
    
More information about the vtkusers
mailing list