The ScissorTest type discards fragments that fall outside of a certain rectangular portion of the screen. More...
Import Statement: | import Qt3D.Render |
Since: | Qt 5.7 |
Instantiates: | QScissorTest |
Inherits: |
A ScissorTest type enables scissor test, which discards fragments outside the rectangular area of the screen specified by the left, bottom, width and height properties.
bottom : int
Holds the bottom coordinate of the scissor box.
height : int
Holds the height of the scissor box.
left : int
Holds the left coordinate of the scissor box.
width : int
Holds the width of the scissor box.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qml-qt3d-render-scissortest.html