Qt3D Renderer Aspect

From Qt Wiki
Revision as of 16:35, 3 March 2015 by AutoSpider (talk | contribs) (Add "cleanup" tag)
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.

[toc align_right="yes" depth="3"]

Qt3D Renderer Aspect

The Renderer Aspect

The Renderer Aspect is responsible for the OpenGL rendering of Meshes and 3D scenes using the most optimized OpenGL version for a given GPU.

Qt3D Renderer Elements

Lists all the elements that are used to build a 3D scene.

Qt3D Renderer Scene Update Strategy

Explains how a backend SceneGraph tree is built from the scene tree to handle updates.

Qt3D Renderer Submission