StencilTestArguments QML Type
StencilTestArguments型は、ステンシル・テストの引数を指定します。詳細...
Import Statement: | import Qt3D.Render 2.8 |
In C++: | QStencilTestArguments |
Inherits: | |
Status: | Deprecated |
プロパティ
- comparisonMask : int
- faceMode : enumeration
- referenceValue : int
- stencilFunction : enumeration
詳細説明
StencilTestArguments 型は、ステンシル・テストの引数を指定します。
プロパティの説明
comparisonMask : int |
ステンシル・テストの比較マスクを保持します。デフォルトはすべてゼロです。
faceMode : enumeration |
引数が適用される面を保持します。
- StencilTestArguments.Front
- StencilTestArguments.Back
- StencilTestArguments.FrontAndBack
Qt3DRender::QStencilTestArguments::StencilFaceModeも参照してください 。
referenceValue : int |
ステンシルテストの参照値を保持します。デフォルトはゼロ。
stencilFunction : enumeration |
ステンシルテスト関数を保持する。デフォルトはStencilTestArguments.Never です。
- StencilTestArguments.Never
- StencilTestArguments.Always
- StencilTestArguments.Less
- StencilTestArguments.LessOrEqual
- StencilTestArguments.Equal
- StencilTestArguments.GreaterOrEqual
- StencilTestArguments.Greater
- StencilTestArguments.NotEqual
© 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.