Skip to content

Resolve "fix(viz): orientation marker and spheres crop box disappear after a second display in any activity"

Description

I use a special trick to inform Ogre about the GLX context changes... For each 3D widget, I create an Ogre::RenderWindow which is not used for rendering, but only to capture the current GLX context at creation... Then I can just use it to set the current GLX context whenever needed.

Closes #1193 (closed)

How to test it?

It would be nice to test many apps...

Edited by Flavien BRIDAULT

Merge request reports