Qt3D Renderer Aspect

From Qt Wiki
Revision as of 10:24, 25 February 2015 by Maintenance script (talk | contribs)
Jump to navigation Jump to search

[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