TechniqueFilter QML Type

FrameGraphNode 중고 기법을 선택하는 데 사용됩니다. 더 보기...

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

FrameGraphNode

Status: Deprecated

속성

상세 설명

테크닉 필터는 엔티티를 렌더링할 때 프레임그래프가 사용하는 테크닉을 지정합니다. TechniqueFilter는 FilterKey 객체 및 Parameter 객체 목록을 지정합니다. 테크닉 필터가 프레임 그래프에 있으면 목록의 키와 일치하는 테크닉만 렌더링에 사용됩니다. 목록의 파라미터는 셰이더 파라미터의 값을 설정하는 데 사용할 수 있습니다. 테크닉 필터의 파라미터는 머티리얼, 효과, 테크닉 및 RenderPass 의 파라미터를 재정의하지만 RenderPassFilter 의 파라미터에 의해 재정의됩니다.

프로퍼티 문서

matchAll : list<FilterKey>

테크닉 필터에 사용되는 필터 키 목록을 보유합니다.


parameters : list<Parameter>

테크닉 필터에 사용되는 파라미터 목록을 저장합니다.


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