Qt-contributors-summit-2013-Scene-Graph

From Qt Wiki
Jump to navigation Jump to search
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.
  • What has been happening for 5.1
    • Render loop for windows
    • New threaded renderloop
  • What is going to happen for 5.2?
    • Renderer
    • Animations on a thread?
  • Scene-graph integration with other rendering; ‘master mode’ with beginNativeRendering / endNativeRendering calls to ensure SG state is restored.
  • ‘slave’ mode; disable the render thread, have a well defined entry point to make SG perform rendering on an existing context. All GL state setup and init needs to happen inside this entry point. (This is for integration with OpenSceneGraph, OGRE etc where both context creation and timing/threading of rendering are out of our control)
  • Real support for AA – render to multisample texture formats to avoid a RenderBuffer -> texture copy
  • Core profile support, especially for Mac; ES3 support; add VAOs, potentially other tweaks
  • Stand alone module?