StencilTest QML Type

StencilTest 型は、stecil テストの引数を指定します。詳細...

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

RenderState

Status: Deprecated

プロパティ

  • back : StencilTestArguments
  • front : StencilTestArguments

詳細説明

StencilTest 型はステンシルテストの引数を指定する。ステンシルテストは、ステンシルテスト関数、ステンシルテストマスク、ステンシル参照値の3つの引数から構成される。StencilTest では、これらの引数を前面ポリゴンと背面ポリゴンに別々に設定することができます。

StencilMask およびStencilOperationも参照して ください。

プロパティ ドキュメント

back : StencilTestArguments [read-only]

裏向きポリゴンのステンシルテスト引数を保持します。


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