Qt3D Renderer C++ Classes

The Qt3D Renderer module contains functionality to support 2D and 3D rendering using Qt3D. More...

Classes

Detailed Description

The Qt3D Renderer module provides an aspect, components, and other supporting types necessary to implement 2D and 3D rendering as part of the Qt3D framework.

To use classes from this module, add this directive into the C++ files:

#include <Qt3DRenderer>

To link against the corresponding C++ library, add the following to your qmake project file:

QT += 3drenderer

Classes, types, and functions are declared under the Qt3D namespace.

Overview

The Qt3D Renderer aspect offers support for data-driven configuration as described in Qt3D Renderer Framegraph.

Reference