StencilOperation QML Type

스텐실 작업 유형은 스텐실 작업을 지정합니다. 더 보기...

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

RenderState

Status: Deprecated

속성

  • back : StencilOperationArguments
  • front : StencilOperationArguments

상세 설명

스텐실 작업 유형은 앞면 및 뒷면 다각형에 대한 스텐실 작업을 지정합니다. 스텐실 작업은 스텐실 및 깊이 테스트가 통과 또는 실패할 때 조각화할 작업을 제어합니다.

StencilTest참조하십시오 .

속성 문서

back : StencilOperationArguments [read-only]

뒷면 다각형에 대한 스텐실 연산 인수를 보유합니다.


front : StencilOperationArguments [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.