- class QForwardRenderer¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
buffersToClear()
def
camera()
def
clearColor()
def
gamma()
def
surface()
def
viewportRect()
Slots¶
def
setCamera()
def
setClearColor()
def
setGamma()
def
setSurface()
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:
- Access functions:
Signal
cameraChanged()
- Access functions:
- Access functions:
- property frustumCullingᅟ: bool¶
- Access functions:
- property gammaᅟ: float¶
- Access functions:
Signal
gammaChanged()
- property showDebugOverlayᅟ: bool¶
- Access functions:
- Access functions:
- Access functions:
- Access functions:
- __init__([parent=None])¶
- Parameters:
parent –
QNode
- buffersToClear()¶
- Return type:
BufferType
Getter of property
buffersToClearᅟ
.- buffersToClearChanged(arg__1)¶
- Parameters:
arg__1 –
BufferType
Notification signal of property
buffersToClearᅟ
.- camera()¶
- Return type:
QEntity
Getter of property
cameraᅟ
.- cameraChanged(camera)¶
- Parameters:
camera –
QEntity
Notification signal of property
cameraᅟ
.Getter of property
clearColorᅟ
.Notification signal of property
clearColorᅟ
.Getter of property
externalRenderTargetSizeᅟ
.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__1 –
BufferType
Setter of property
buffersToClearᅟ
.- setCamera(camera)¶
- Parameters:
camera –
QEntity
Setter of property
cameraᅟ
.Setter of property
clearColorᅟ
.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ᅟ
.Setter of property
surfaceᅟ
.Setter of property
viewportRectᅟ
.- showDebugOverlay()¶
- Return type:
bool
Getter of property
showDebugOverlayᅟ
.- showDebugOverlayChanged(showDebugOverlay)¶
- Parameters:
showDebugOverlay – bool
Notification signal of property
showDebugOverlayᅟ
.Getter of property
surfaceᅟ
.Notification signal of property
surfaceᅟ
.Getter of property
viewportRectᅟ
.Notification signal of property
viewportRectᅟ
.