[Paraview] Changing the size of vtkXOpenGLRenderWindow

the lily the.1.lily at hotmail.com
Tue Feb 12 06:25:50 EST 2013


Dear all 

I'm constructing the depth map using the following 

view = GetActiveView().GetRenderWindow()
w2i = vtkWindowToImageFilter()
w2i.SetInputBufferTypeToZBuffer ()
w2i.SetInput(view)
w2i.Update()


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

so I tried setting the view size but that did not work, so can someone hep ?
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130212/1b5e0ced/attachment.htm>


More information about the ParaView mailing list