StencilOperationArguments QML Type
StencilOperationArguments型は、ステンシルと深さのテストが失敗したときに実行されるアクションを設定します。詳細...
| Import Statement: | import Qt3D.Render 2.11 |
| In C++: | QStencilOperationArguments |
| Inherits: | |
| Status: | Deprecated |
プロパティ
- allTestsPassOperation : enumeration
- depthTestFailureOperation : enumeration
- faceMode : enumeration
- stencilTestFailureOperation : enumeration
詳細説明
StencilOperationArguments 型は、ステンシル操作の引数を指定する。
StencilOperationも参照 。
プロパティの説明
allTestsPassOperation : enumeration
深度とステンシルテストがパスしたときのために、ステンシルテスト操作を保持する。デフォルトはStencilOperationArguments.Keep。
StencilOperationArguments::stencilTestFailureOperation およびQt3DRender::QStencilOperationArguments::Operationも参照 。
depthTestFailureOperation : enumeration
ステンシルテストは合格したが、深さテストは不合格だった場合のために、ステンシルテスト操作を保持する。デフォルトはStencilOperationArguments.Keep。
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.インクリメント
- StencilOperationArguments.デクリメント
- StencilOperationArguments.インクリメントラップ
- StencilOperationArguments.デクリメントラップ
- StencilOperationArguments.インバーター
© 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.