StencilTest QML Type

스텐실 테스트 유형은 스텐실 테스트에 대한 인수를 지정합니다. 더 보기...

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

RenderState

Status: Deprecated

속성

  • back : StencilTestArguments
  • front : StencilTestArguments

상세 설명

스텐실 테스트 유형은 스텐실 테스트에 대한 인수를 지정합니다. 스텐실 테스트는 스텐실 테스트 함수, 스텐실 테스트 마스크 및 스텐실 참조 값의 세 가지 인수로 구성됩니다. 스텐실 테스트를 사용하면 이러한 인수를 앞면과 뒷면 폴리곤에 대해 개별적으로 설정할 수 있습니다.

StencilMaskStencilOperation참조하십시오 .

속성 문서

back : StencilTestArguments [read-only]

뒷면을 향하는 다각형에 대한 스텐실 테스트 인수를 보유합니다.


front : StencilTestArguments [read-only]

앞을 향한 다각형에 대한 스텐실 테스트 인수를 보유합니다.


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