StencilMask QML Type

스텐실 마스크 유형은 스텐실 평면에서 개별 비트의 앞면 및 뒷면 쓰기를 제어합니다. 더 보기...

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

RenderState

Status: Deprecated

속성

상세 설명

스텐실 마스크 유형은 스텐실 테스트의 마스크를 지정합니다. 마스크는 앞면과 뒷면 폴리곤에 대해 별도로 지정할 수 있습니다. 스텐실 테스트 기준값과 스텐실 버퍼 값은 스텐실 기능을 적용하기 전에 마스크로 가져와서 사용합니다.

StencilTest참조하세요 .

속성 문서

backOutputMask : int

뒷면 다각형의 조각 스텐실 값에 대한 쓰기 마스크를 보유합니다.


frontOutputMask : int

앞면을 향한 폴리곤의 조각 스텐실 값에 대한 쓰기 마스크를 보유합니다.


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