ScissorTest QML Type

The ScissorTest type discards fragments that fall outside of a certain rectangular portion of the screen. More...

Import Statement: import Qt3D.Render 2.0
Since: Qt 5.7
Instantiates: QScissorTest
Inherits:

RenderState

Properties

Detailed Description

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.

Property Documentation

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.


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