TechniqueFilter QML Type
FrameGraphNode 用于选择已使用的技术。更多
Import Statement: | import Qt3D.Render 2.9 |
In C++: | QTechniqueFilter |
Inherits: | |
Status: | Deprecated |
属性
- matchAll : list<FilterKey>
- parameters : list<Parameter>
详细说明
TechniqueFilter 用于指定 FrameGraph 在渲染实体时使用的技术。TechniqueFilter 指定了FilterKey 对象和参数对象的列表。当 FrameGraph 中存在 TechniqueFilter 时,只有与列表中的键相匹配的技术才会被用于渲染。列表中的参数可用于设置着色器参数值。TechniqueFilter 中的参数会覆盖 Material(材质)、Effect(效果)、Technique(技术)和RenderPass 中的参数,但也会被RenderPassFilter 中的参数覆盖。
属性文档
© 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.