System Information
- Ogre Version: v1.12.10
- Operating System / Platform: Ubuntu 22.04
- RenderSystem: OpenGL
Detailled description[/b]
I am encourerting a significant rendering problem when using Ogre3D and pure opengl (QOpenGLWidget) simultaneously on 2 separate QWidget withing a single Qt application.
Steps to reproduct:
- Create a Qt application with at least two widgets
- Integrate Ogre3D on one widget and QOpenGLWidget on another.
- Attempt to render context on both widgets simultaneously.
The render process on QOpenGLWidget is too lag.
Please let me know if any further details or clarification is needed to address and resolve this rendering issue