<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Dear all <br><br>I'm constructing the depth map using the following <br><br>view = GetActiveView().GetRenderWindow()<br>w2i = vtkWindowToImageFilter()<br>w2i.SetInputBufferTypeToZBuffer ()<br>w2i.SetInput(view)<br>w2i.Update()<br><br><br>the only problem that it is always giving me a dpeth map of size (400,400) and I think that because of the size of the view<br><br>so I tried setting the view size but that did not work, so can someone hep ?<br> </div></body>
</html>