<div dir="ltr"><div>There can be other conditions.</div><div><br></div><div>Need to more details (or sit down with a debugger) to know for sure if one of them is stopping you.</div><div><br></div><div>Put a breakpoint at vtkOpenGLRenderer.cxx:541 to see if vtk thinks your card can do depth peeling (or run one of the vtk depth peeling tests).</div><div><br></div><div>Put a breakpoint at vtkRenderer.cxx:599 to see if vtk thinks that there are translucent objects in your scene. The one has tripped me up before. If it is for you and you happen to be rendering multi block data with block opacity, try setting Mapper->SetScalarVisibilityOff to prevent the LUT from deciding.</div><div><br></div><div><br></div><div><br></div><div><div><br></div><div><br></div><div><div><br></div></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Fri, Nov 7, 2014 at 9:24 AM, Busse, Thomas (GE Oil & Gas) <span dir="ltr"><<a href="mailto:Thomas.Busse@ge.com" target="_blank">Thomas.Busse@ge.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div>
<font face="Calibri"><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"><span style="font-size:9.5pt">  m_pVtkRenderWindow = <font color="gray">pVtkMFCWindow</font>->GetRenderWindow();</span></font></div>
<div><font face="Consolas"><span style="font-size:9.5pt">  m_pVtkRenderWindow->Register(<font color="#6F008A">NULL</font>);</span></font></div>
<div><font face="Consolas"><span style="font-size:9.5pt"> </span></font></div>
<div><font face="Consolas"><span style="font-size:9.5pt">  m_pVtkRenderWindow->AddRenderer(m_pVtkRenderer);</span></font></div>
<div> </div>
<div><font face="Consolas"><span style="font-size:9.5pt">  <font color="green">// Use Depth Peeling for transparency</font></span></font></div>
<div><font face="Consolas"><span style="font-size:9.5pt">  m_pVtkRenderWindow->SetAlphaBitPlanes(1);</span></font></div>
<div><font face="Consolas"><span style="font-size:9.5pt">  m_pVtkRenderWindow->SetMultiSamples(0);</span></font></div>
<div><font face="Consolas"><span style="font-size:9.5pt">  m_pVtkRenderer->SetUseDepthPeeling(1);</span></font></div>
<div><font face="Consolas"><span style="font-size:9.5pt">  m_pVtkRenderer->SetMaximumNumberOfPeels(100);</span></font></div>
<div><font face="Consolas"><span style="font-size:9.5pt">  m_pVtkRenderer->SetOcclusionRatio(0.1);</span></font></div>
<div><font face="Consolas"><span style="font-size:9.5pt"> </span></font></div>
<div> </div>
<div>but after rendering a call to </div>
<div><font face="Consolas"><span style="font-size:9.5pt">  <font color="blue">int</font> depthPeelingWasUsed = m_pVtkRenderer->GetLastRenderingUsedDepthPeeling();</span></font></div>
<div><font face="Consolas"><span style="font-size:9.5pt">returns 0.</span></font></div>
<div> </div>
<div><font face="Consolas"><span style="font-size:9.5pt">Can someone help me on this?</span></font></div>
<div><font face="Consolas"><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"><span style="font-size:9.5pt">According specs the graphics card should fulfill all requirements.</span></font></div>
<div> </div>
<div><font face="Consolas"><span style="font-size:9.5pt">Best Regards,</span></font></div>
<div><font face="Consolas"><span style="font-size:9.5pt">Thomas</span></font></div>
<div> </div>
<div> </div>
</span></font>
</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://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>