TechniqueFilter QML Type

A FrameGraphNode used to select used Techniques. 更多...

import 語句: import Qt3D.Render 2.12
Since: Qt 5.7
實例化: QTechniqueFilter
繼承: FrameGraphNode

特性

詳細描述

A TechniqueFilter specifies which techniques are used by the FrameGraph when rendering the entities. TechniqueFilter specifies a list of FilterKey objects and Parameter objects. When TechniqueFilter is present in the FrameGraph, only the techiques matching the keys in list are used for rendering. The parameters in the list can be used to set values for shader parameters. The parameters in TechniqueFilter are overridden by parameters in Technique and RenderPass .

特性文檔編製

matchAll : list < FilterKey >

Holds the list of filterkeys used by the TechiqueFilter

參數 : list < 參數 >

Holds the list of parameters used by the TechiqueFilter