[vtkusers] vtkSelectVisiblePoints & what's in the Z-buffer
John Platt
jcplatt at lineone.net
Tue Apr 26 09:37:11 EDT 2005
Hi All,
If a point IS visible, does anyone know what vtkRenderer::GetZ() should
return? I get a lot of 1.0's which then fail the visibility test in
vtkSelectVisiblePoints
if ( fabs(z-dx[2]) <= this->Tolerance ) visible = 1;
Any help would be much appreciated.
John.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050426/1c4478b5/attachment.htm>
More information about the vtkusers
mailing list