QViewport

PyQt5.Qt3DRender.QViewport

Inherits from QFrameGraphNode.

Description

A viewport on the Qt3D Scene.

QViewport of the scene specifies at which portion of the render surface Qt3D is rendering to. Area outside the viewport is left untouched. It also controls global parameters to the rendering in that viewport like gamma.

Methods

__init__(parent: QNode = None)

Constructs QViewport with given parent.


gamma() → float

See also

setGamma().


normalizedRect() → QRectF

setGamma(float)

See also

gamma().


setNormalizedRect(QRectF)

See also

normalizedRect().

Signals

gammaChanged(float)

TODO


normalizedRectChanged(QRectF)

TODO