class QForwardRenderer

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QForwardRenderer

Synopsis

Properties

Methods

Slots

Signals

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property buffersToClearᅟ: Qt3DRender.QClearBuffers.BufferType
Access functions:
property cameraᅟ: QEntity
Access functions:
property clearColorᅟ: QColor
Access functions:
property externalRenderTargetSizeᅟ: QSize
Access functions:
property frustumCullingᅟ: bool
Access functions:
property gammaᅟ: float
Access functions:
property showDebugOverlayᅟ: bool
Access functions:
property surfaceᅟ: QObject
Access functions:
property viewportRectᅟ: QRectF
Access functions:
property windowᅟ: QObject
Access functions:
__init__([parent=None])
Parameters:

parentQNode

buffersToClear()
Return type:

BufferType

Getter of property buffersToClearᅟ .

buffersToClearChanged(arg__1)
Parameters:

arg__1BufferType

Notification signal of property buffersToClearᅟ .

camera()
Return type:

QEntity

Getter of property cameraᅟ .

cameraChanged(camera)
Parameters:

cameraQEntity

Notification signal of property cameraᅟ .

clearColor()
Return type:

QColor

Getter of property clearColorᅟ .

clearColorChanged(clearColor)
Parameters:

clearColorQColor

Notification signal of property clearColorᅟ .

externalRenderTargetSize()
Return type:

QSize

Getter of property externalRenderTargetSizeᅟ .

externalRenderTargetSizeChanged(size)
Parameters:

sizeQSize

Notification signal of property externalRenderTargetSizeᅟ .

frustumCullingEnabledChanged(enabled)
Parameters:

enabled – bool

Notification signal of property frustumCullingᅟ .

gamma()
Return type:

float

Getter of property gammaᅟ .

gammaChanged(gamma)
Parameters:

gamma – float

Notification signal of property gammaᅟ .

isFrustumCullingEnabled()
Return type:

bool

Getter of property frustumCullingᅟ .

setBuffersToClear(arg__1)
Parameters:

arg__1BufferType

Setter of property buffersToClearᅟ .

setCamera(camera)
Parameters:

cameraQEntity

Setter of property cameraᅟ .

setClearColor(clearColor)
Parameters:

clearColorQColor

Setter of property clearColorᅟ .

setExternalRenderTargetSize(size)
Parameters:

sizeQSize

Setter of property externalRenderTargetSizeᅟ .

setFrustumCullingEnabled(enabled)
Parameters:

enabled – bool

Setter of property frustumCullingᅟ .

setGamma(gamma)
Parameters:

gamma – float

Setter of property gammaᅟ .

setShowDebugOverlay(showDebugOverlay)
Parameters:

showDebugOverlay – bool

Setter of property showDebugOverlayᅟ .

setSurface(surface)
Parameters:

surfaceQObject

Setter of property surfaceᅟ .

setViewportRect(viewportRect)
Parameters:

viewportRectQRectF

Setter of property viewportRectᅟ .

showDebugOverlay()
Return type:

bool

Getter of property showDebugOverlayᅟ .

showDebugOverlayChanged(showDebugOverlay)
Parameters:

showDebugOverlay – bool

Notification signal of property showDebugOverlayᅟ .

surface()
Return type:

QObject

Getter of property surfaceᅟ .

surfaceChanged(surface)
Parameters:

surfaceQObject

Notification signal of property surfaceᅟ .

viewportRect()
Return type:

QRectF

Getter of property viewportRectᅟ .

viewportRectChanged(viewportRect)
Parameters:

viewportRectQRectF

Notification signal of property viewportRectᅟ .