<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi vtk users,</p>
<p>I am trying to get depth peeling in my visualization pipeline. My hardware supports it, the test
<br>
</p>
<p><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/CorrectlyRenderTranslucentGeometry" class="OWAAutoLink" id="LPlnk715472" previewremoved="true">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/CorrectlyRenderTranslucentGeometry</a></p>
<p>runs fine, with depth peeling on, when using native vtkRenderWindow.</p>
<p><br>
</p>
<p>The problem is, that I am using QVTKWidget2 in my real Qt application. I cannot get depth peeling working with QVTKWidget2; and the QVTKWidget2::SetRenderWindow takes only
<span>vtkGenericOpenGLRenderWindow</span>, which I interpret is a hint that it does not support depth peeling (which is provided by vtkXOpenGLRenderWindow; the type I construct on my Linux box when I create vtkRenderWindow object). Is there a way to get depth
 peeling with QVTKWidget2? <br>
</p>
<p><br>
</p>
<p>Thank you for any advice/authoritative answer on this.</p>
<p>Cheers,</p>
<p>Miro<br>
</p>
</div>
</body>
</html>