RenderSettings QML Type

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

Import Statement: import Qt3D.Render 2.0
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.


renderPolicy : enumeration

Holds the current render policy.

See also Qt3DRender::QRenderSettings::RenderPolicy.


© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.