<div dir="ltr">On Wed, Feb 10, 2016 at 11:56 PM, Ken Martin <span dir="ltr"><<a href="mailto:ken.martin@kitware.com" target="_blank">ken.martin@kitware.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">You could try calling renWin.ReportCapabilities() and extract the pieces you need form it maybe.</div></blockquote><div><br></div><div>That works. Thanks Ken.</div><div><br></div><div>Regards,</div><div>Deepak</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span style="color:rgb(80,0,80)">On Tue, Feb 9, 2016 at 7:23 AM, Deepak Surti </span><span dir="ltr" style="color:rgb(80,0,80)"><<a href="mailto:dmsurti@gmail.com" target="_blank">dmsurti@gmail.com</a>></span><span style="color:rgb(80,0,80)"> wrote:</span><br></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hi,<div><br></div><div>vtkOpenGLExtensionManager is missing in VTK 7.0 with the default VTK_RENDERING_BACKEND OpenGL2.</div><div><br></div><div>With the old OpenGL Backend up to VTK 6.3, I did something like this to get hold of the GL Driver, Renderer version etc.</div><div><br></div><div>```</div><div><div>    ren = vtk.vtkRenderer()</div><div>    renWin = vtk.vtkRenderWindow()</div><div>    renWin.AddRenderer(ren)</div><div><br></div><div>    # Now check the OpenGL metadata using the extension manager</div><div>    em = vtk.vtkOpenGLExtensionManager()</div><div>    em.SetRenderWindow(renWin)</div><div>    renWin.Render()</div><div>    em.Update()</div><div><br></div><div>    vtk_ver = vtk.vtkVersion().GetVTKVersion()</div><div>    gl_driver = em.GetDriverGLVersion()</div><div>    gl_renderer = em.GetDriverGLRenderer()</div><div>```</div><div><br></div><div>What is the replacement for vtkOpenGLExtensionManager or with OpenGL2 backend, how do I get the above information?</div><div><br></div><div>Thanks,</div><div>Deepak</div><div><br></div><br>
</div></div>
<br></div></div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
<br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div>Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br>518 371 3971<div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><a href="http://deepaksurti.com" target="_blank">http://deepaksurti.com</a><br>To see a miracle, be the miracle.</div>
</div></div>