<font size="2"><font face="verdana,sans-serif">0 corresponds to near clipping plane, and 1 corresponds to far clipping plane. If you know the distance of both you can do linear interpolation. Someone correct me if I am wrong.<br>

</font></font><br><div class="gmail_quote">On Fri, Dec 9, 2011 at 07:41, Atul Kumar <span dir="ltr">&lt;<a href="mailto:sharmaatul11@gmail.com">sharmaatul11@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Thank you so much David. I will try <span style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">vtkRenderer::ViewToWorld().</span><div><br></div>
<div>To Dev </div><div><font color="#222222" face="arial, sans-serif"><span style="border-collapse:collapse"><br></span></font></div><div><span style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">vtkRenderer::GetZBufferData() gives us the depth map values which ranges from 0 to 1, so it is not the actual depth value at the pixels. To get the actual depth at pixels we need to convert Z-buffer into actual depth values. So, for this we need a conversion formula. I hope this makes it clear.</span><font color="#222222" face="arial, sans-serif"><span style="border-collapse:collapse"><br clear="all">


</span></font><div><br></div>Regards,
</div><div>Atul</div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>