TechniqueFilter QML Type

FrameGraphNode 使用するテクニックを選択するために使用します。もっと見る

Import Statement: import Qt3D.Render 2.8
In C++: QTechniqueFilter
Inherits:

FrameGraphNode

Status: Deprecated

プロパティ

詳細な説明

TechniqueFilter は、FrameGraph がエンティティをレンダリングするときに使用する テクニックを指定します。TechniqueFilter はFilterKey オブジェクトと Parameter オブジェクトのリストを指定する。TechniqueFilterがFrameGraphに存在すると、リストのキーにマッチするテクニックだけがレンダリングに使われます。リスト内のパラメータは、シェーダパラメータの値を設定するために使用することができます。TechniqueFilter のパラメータは、Material、Effect、Technique およびRenderPass のパラメータをオーバーライドしますが、RenderPassFilter のパラメータによってオーバーライドされます。

プロパティ ドキュメント

matchAll : list<FilterKey>

TechiqueFilter で使用されるフィルタキーのリストを保持します。


parameters : list<Parameter>

TechiqueFilter が使用するパラメータのリストを保持する。


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