<div dir="ltr">If you are using the generic Rendering API (vtkActor/vtkCamera/etc) then code should mostly work unchanged. If you are directly working with the OpenGL implementation then the conversion really depends on what you were doing as the implementation is fairly different. In terms of the two specific issues you mentioned vtkgl.h can probably be replaced with vtk_glew.h, I do not recall what vtkOpenGLHardwareSupport does but there is no match for that class in the new backend. Given that you have a class named vtkVertexBufferObject I am guessing you are getting into very specific implementation details so the conversion may not be trivial. On the plus side the new back end includes classes such as vtkOpenGLVertexBufferObject so ...  If you have further questions/roadblocks let me know and I'll try to point you in the right direction.  <div><br></div><div>P.S. vtkOpenGLPointGaussianMapper in the new backend may be worth a look too as it renders both points and splats etc.<br><div><div><br></div><div>Thanks</div><div>Ken</div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 19, 2015 at 5:10 PM, VictorLamoine <span dir="ltr"><<a href="mailto:victor.lamoine@gmail.com" target="_blank">victor.lamoine@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
The library I'm using (Point Cloud Library) cannot be compiled as is against<br>
a VTK version with OpenGL2 back end. (I'm using VTK trunk)<br>
There are some missing includes etc.<br>
<br>
Error examples:<br>
<br>
> In file included from<br>
> /home/victor/libraries/pcl/src/visualization/src/vtk/vtkVertexBufferObject.cxx:15:0:<br>
> /home/victor/libraries/pcl/src/visualization/include/pcl/visualization/vtk/vtkVertexBufferObject.h:35:62:<br>
> fatal error: vtkgl.h: No such file or directory<br>
>  #include "vtkgl.h" // Needed for gl data types exposed in API<br>
>                                                               ^<br>
> compilation terminated.<br>
> [ 50%] Built target pcl_poisson_reconstruction<br>
> In file included from<br>
> /home/victor/libraries/pcl/src/visualization/src/vtk/vtkVertexBufferObjectMapper.cxx:18:0:<br>
> /home/victor/libraries/pcl/src/visualization/include/pcl/visualization/vtk/vtkVertexBufferObject.h:35:62:<br>
> fatal error: vtkgl.h: No such file or directory<br>
>  #include "vtkgl.h" // Needed for gl data types exposed in API<br>
>                                                               ^<br>
> compilation terminated.<br>
><br>
> /home/victor/libraries/pcl/src/visualization/src/pcl_visualizer.cpp:87:38:<br>
> fatal error: vtkOpenGLHardwareSupport.h: No such file or directory<br>
>  #include<br>
> <vtkOpenGLHardwareSupport.h><br>
>                                       ^<br>
> compilation terminated.<br>
<br>
Is there a migration guide helping users getting their code working with<br>
OpenGL2 back end?<br>
if not, how do I make the association between old/new includes? (and maybe<br>
there are some differences in the classes ?)<br>
<br>
Bye<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Migrating-from-OpenGL-to-OpenGL2-tp5735123.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Migrating-from-OpenGL-to-OpenGL2-tp5735123.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<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>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">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>
</div>