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