In a previous post, I said that my App crashes with VTK 5.6 but not 5.2 because GenBuffers == NULL during Interactor::Render.<br>I found a post in the archive that says GenBuffers is NULL if the OpenGl Version is &lt; 1.5 and<br>
a certain extension is not loaded.<br>How do I query the OpenGL version which is used by VTK and how do I change it ?<br>However, my driver supports GL &gt; 2.0, and I guess VTK does load the best possible version.<br>What other reason could there be for GenBuffers == NULL ?<br>
Is it possible to avoid usage of this function by VTK ?<br><br>Best Regards, Oliver<br>