StencilOperationArguments QML Type

StencilOperationArguments型は、ステンシルと深さのテストが失敗したときに実行されるアクションを設定します。詳細...

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

QtObject

Status: Deprecated

プロパティ

詳細説明

StencilOperationArguments 型は、ステンシル操作の引数を指定する。

StencilOperationも参照

プロパティの説明

allTestsPassOperation : enumeration

深度とステンシルテストが合格した場合のステンシルテスト操作を保持します。デフォルトはStencilOperationArguments です。

StencilOperationArguments::stencilTestFailureOperation およびQt3DRender::QStencilOperationArguments::Operationも参照して ください。


depthTestFailureOperation : enumeration

ステンシルテストが合格し、深度テストが不合格の場合のためのステンシルテスト操作を保持します。デフォルトはStencilOperationArguments.Keep。

StencilOperationArguments::stencilTestFailureOperation およびQt3DRender::QStencilOperationArguments::Operationも参照して ください。


faceMode : enumeration [read-only]

引数が適用される面を保持します。

Qt3DRender::QStencilOperationArguments::FaceModeも参照して ください。


stencilTestFailureOperation : enumeration

ステンシルテストが失敗したときのためのステンシルテスト操作を保持します。デフォルトはStencilOperationArguments.Keep です。

Qt3DRender::QStencilOperationArguments::Operationも参照


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