PySide6.Qt3DRender.Qt3DRender.QRenderAspect¶
- class QRenderAspect¶
The
QRenderAspectclass. More…Synopsis¶
Methods¶
def
__init__()
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¶
- class SubmissionType¶
Constant
Description
Qt3DRender.QRenderAspect.Automatic
The
QRenderAspecttakes care of submitting rendering commands to the GPU.Qt3DRender.QRenderAspect.Manual
The user will take care of telling the
QRenderAspectwhen is the appropriate time to submit the rendering commands to the GPU.
The constructor creates a new
QRenderAspectinstance with the specifiedparent. This constructor will set the submission type to Automatic. parent- __init__(submissionType[, parent=None])
- Parameters:
submissionType –
SubmissionTypeparent –
QObject
The constructor creates a new
QRenderAspectinstance with the specifiedparent. ThesubmissionTypespecifies whether the RenderAspect is in charge of performing the rendering submission or if the user will take care of it. parent