The AlphaTest class specify alpha reference test. More...
| Import Statement: | import Qt3D.Render 2.9
|
| In C++: | QAlphaTest |
| Inherits: | |
| Status: | Deprecated |
As the OpenGL documentation explains; The alpha test discards a fragment conditional on the outcome of a comparison between the incoming fragment's alpha value and a constant reference value.
alphaFunction : enumeration
referenceValue : real
Holds the reference value used by the alpha test. Default is 0.0. When set, the value is clamped between 0 and 1.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-qt3d-render-alphatest.html