QScissorTest

PyQt5.Qt3DRender.QScissorTest

Inherits from QRenderState.

Description

The QScissorTest class discards fragments that fall outside of a certain rectangular portion of the screen.

A QScissorTest class enables scissor test, which discards fragments outside the rectangular area of the screen specified by the left, bottom, width and height properties.

Methods

__init__(parent: QNode = None)

The constructor creates a new QScissorTest::QScissorTest instance with the specified parent


bottom() → int

See also

setBottom().


height() → int

See also

setHeight().


left() → int

See also

setLeft().


setBottom(int)

See also

bottom().


setHeight(int)

See also

height().


setLeft(int)

See also

left().


setWidth(int)

See also

width().


width() → int

See also

setWidth().

Signals

bottomChanged(int)

TODO


heightChanged(int)

TODO


leftChanged(int)

TODO


widthChanged(int)

TODO