StencilOperationArguments QML Type
Le type StencilOperationArguments définit les actions à entreprendre en cas d'échec des tests de stencil et de profondeur. Plus d'informations...
| Import Statement: | import Qt3D.Render 2.11 |
| In C++: | QStencilOperationArguments |
| Inherits: | |
| Status: | Deprecated |
Propriétés
- allTestsPassOperation : enumeration
- depthTestFailureOperation : enumeration
- faceMode : enumeration
- stencilTestFailureOperation : enumeration
Description détaillée
Le type StencilOperationArguments spécifie les arguments des opérations de pochoir.
Voir également StencilOperation.
Documentation sur les propriétés
allTestsPassOperation : enumeration
Maintient l'opération de test du pochoir lorsque le test de profondeur et le test du pochoir sont réussis. La valeur par défaut est StencilOperationArguments.
Voir également StencilOperationArguments::stencilTestFailureOperation et Qt3DRender::QStencilOperationArguments::Operation.
depthTestFailureOperation : enumeration
Maintient l'opération de test du pochoir lorsque le test du pochoir est réussi, mais que le test de profondeur échoue. La valeur par défaut est StencilOperationArguments.
Voir également StencilOperationArguments::stencilTestFailureOperation et Qt3DRender::QStencilOperationArguments::Operation.
faceMode : enumeration [read-only]
Détient les faces auxquelles les arguments sont appliqués.
- StencilOperationArguments.Front
- StencilOperationArguments.Back
- StencilOperationArguments.FrontAndBack
Voir également Qt3DRender::QStencilOperationArguments::FaceMode.
stencilTestFailureOperation : enumeration
Maintient l'opération de test du pochoir en cas d'échec du test du pochoir. La valeur par défaut est StencilOperationArguments.
- StencilOperationArguments.zéro
- StencilOperationArguments.conserver
- StencilOperationArgumentsRemplacer
- StencilOperationArguments.incrément
- StencilOperationArguments.décrément
- StencilOperationArguments.incrémentWrap
- StencilOperationArguments.DecrementWrap
- StencilOperationArguments.inverseur
Voir aussi Qt3DRender::QStencilOperationArguments::Operation.
© 2026 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.