AlphaTest QML Type

AlphaTest 클래스는 알파 참조 테스트를 지정합니다. 더 보기...

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

RenderState

Status: Deprecated

속성

자세한 설명

알파 테스트는 들어오는 조각의 알파 값과 상수 참조 값의 비교 결과에 따라 조건부로 조각을 삭제합니다.

프로퍼티 문서

alphaFunction : enumeration

알파 테스트에 사용되는 알파 함수를 보유합니다. 기본값은 AlphaTest.Never.

Qt3DRender::QAlphaTest::AlphaFunction참조하세요 .


referenceValue : real

알파 테스트에 사용되는 참조 값을 보유합니다. 기본값은 0.0입니다. 설정하면 값이 0과 1 사이에 고정됩니다.


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