QPolygonOffset

PyQt5.Qt3DRender.QPolygonOffset

Inherits from QRenderState.

Description

The QPolygonOffset class sets the scale and steps to calculate depth values for polygon offsets.

A QPolygonOffset class adds an offset to the fragment depth value prior to depth test and depth write. The offset can be used to avoid z-fighting when rendering polygons with very close depth values such as decals.

Methods

__init__(parent: QNode = None)

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


depthSteps() → float

See also

setDepthSteps().


scaleFactor() → float

See also

setScaleFactor().


setDepthSteps(float)

See also

depthSteps().


setScaleFactor(float)

See also

scaleFactor().

Signals

depthStepsChanged(float)

TODO


scaleFactorChanged(float)

TODO