<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hi,</div>
<div> </div>
<div>I tried to get depth peeling working but without success until now.</div>
<div> </div>
<div>My setup is VTK6.1 and a NVidia Quadro K300m under Windows.</div>
<div> </div>
<div>Here is the code snippet of the initialization:</div>
<div> </div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">  m_pVtkRenderWindow = <font color="gray">pVtkMFCWindow</font>->GetRenderWindow();</span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">  m_pVtkRenderWindow->Register(<font color="#6F008A">NULL</font>);</span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;"> </span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">  m_pVtkRenderWindow->AddRenderer(m_pVtkRenderer);</span></font></div>
<div> </div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">  <font color="green">// Use Depth Peeling for transparency</font></span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">  m_pVtkRenderWindow->SetAlphaBitPlanes(1);</span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">  m_pVtkRenderWindow->SetMultiSamples(0);</span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">  m_pVtkRenderer->SetUseDepthPeeling(1);</span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">  m_pVtkRenderer->SetMaximumNumberOfPeels(100);</span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">  m_pVtkRenderer->SetOcclusionRatio(0.1);</span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;"> </span></font></div>
<div> </div>
<div>but after rendering a call to </div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">  <font color="blue">int</font> depthPeelingWasUsed = m_pVtkRenderer->GetLastRenderingUsedDepthPeeling();</span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">returns 0.</span></font></div>
<div> </div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">Can someone help me on this?</span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">Is there some additional trick required to get it working?</span></font></div>
<div> </div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">According specs the graphics card should fulfill all requirements.</span></font></div>
<div> </div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">Best Regards,</span></font></div>
<div><font face="Consolas" size="2"><span style="font-size:9.5pt;">Thomas</span></font></div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>