W3cubDocs

/Qt 5.15

RenderSettings QML Type

The RenderSettings type holds settings related to rendering process and host the active FrameGraph. More...

Import Statement: import Qt3D.Render 2.15
Since: Qt 5.7
Instantiates: QRenderSettings

Properties

Detailed Description

The RenderSettings component must be set as a component of the scene root entity. It specifies render policy and picking settings, as well as hosts the active FrameGraph.

Property Documentation

activeFrameGraph : FrameGraphNode

Holds the currently active FrameGraph.

[read-only] pickingSettings : PickingSettings

Holds the current pick settings for the FrameGraph.

[read-only] renderCapabilities : RenderCapabilities

Holds the details of the supported rendering engine

This property was introduced in Qt 5.15.

renderPolicy : enumeration

Holds the current render policy.

See also Qt3DRender::QRenderSettings::RenderPolicy.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qml-qt3d-render-rendersettings.html