StencilOperationArguments QML Type
스텐실 및 깊이 테스트가 실패할 때 수행할 작업을 설정하는 스텐실 오퍼레이션 인수 유형입니다. 더 보기...
| Import Statement: | import Qt3D.Render 2.11 |
| In C++: | QStencilOperationArguments |
| Inherits: | |
| Status: | Deprecated |
속성
- allTestsPassOperation : enumeration
- depthTestFailureOperation : enumeration
- faceMode : enumeration
- stencilTestFailureOperation : enumeration
상세 설명
스텐실 작업 인수 유형은 스텐실 작업에 대한 인수를 지정합니다.
StencilOperation 를참조하십시오 .
속성 문서
allTestsPassOperation : enumeration
깊이 및 스텐실 테스트가 통과할 때까지 스텐실 테스트 작업을 보류합니다. 기본값은 StencilOperationArguments.유지입니다.
StencilOperationArguments::stencilTestFailureOperation 및 Qt3DRender::QStencilOperationArguments::Operation 을참조하십시오 .
depthTestFailureOperation : enumeration
스텐실 테스트는 통과했지만 깊이 테스트에 실패한 경우 스텐실 테스트 작업을 보류합니다. 기본값은 StencilOperationArguments.유지입니다.
StencilOperationArguments::stencilTestFailureOperation 및 Qt3DRender::QStencilOperationArguments::Operation 을참조하십시오 .
faceMode : enumeration [read-only]
인수가 적용되는 면을 보유합니다.
- StencilOperationArguments.Front
- StencilOperationArguments.Back
- StencilOperationArguments.FrontAndBack
Qt3DRender::QStencilOperationArguments::FaceMode 를참조하십시오 .
stencilTestFailureOperation : enumeration
스텐실 테스트가 실패할 때를 대비하여 스텐실 테스트 작업을 보류합니다. 기본값은 StencilOperationArguments.Keep.
- StencilOperationArguments.Zero
- StencilOperationArguments.Keep
- StencilOperationArguments.Replace
- StencilOperationArguments.Increment
- StencilOperationArguments.Decrement
- StencilOperationArguments.IncrementWrap
- StencilOperationArguments.DecrementWrap
- StencilOperationArguments.Inverter
© 2026 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.