StencilMask QML Type

StencilMaskタイプは、ステンシル・プレーン内の個々のビットの表裏書き込みを制御する。詳細...

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

RenderState

Status: Deprecated

プロパティ

詳細説明

StencilMask型は、ステンシル・テストのマスクを指定する。マスクは前面ポリゴンと背面ポリゴンに分けて指定することができる。ステンシルテスト参照値とステンシルバッファ値は、ステンシル関数を適用する前にマスクと一緒に取得される。

StencilTestも参照

プロパティ ドキュメント

backOutputMask : int

背面ポリゴンのフラグメントステンシル値の書き込みマスクを保持します。


frontOutputMask : int

前面ポリゴンのフラグメントステンシル値の書き込みマスクを保持します。


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