RenderSettings QML Type

RenderSettings 类型用于保存与渲染过程相关的设置以及活动FrameGraph 的主机。更多

Import Statement: import Qt3D.Render 2.9
In C++: QRenderSettings
Status: Deprecated

属性

详细说明

RenderSettings 组件必须设置为场景根实体的一个组件。它指定了渲染策略和拾取设置,并托管活动的FrameGraph

属性文档

activeFrameGraph : FrameGraphNode

保存当前活动的FrameGraph


pickingSettings : PickingSettings [read-only]

保存当前FrameGraph 的选取设置。


renderCapabilities : RenderCapabilities [read-only]

保存所支持的呈现引擎的详细信息


renderPolicy : enumeration

保存当前的呈现策略。

另请参阅 Qt3DRender::QRenderSettings::RenderPolicy


© 2025 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.