QRenderAspect

The QRenderAspect class. More

Inheritance diagram of PySide6.Qt3DRender.Qt3DRender.QRenderAspect

Detailed Description

class PySide6.Qt3DRender.Qt3DRender.QRenderAspect([parent=None])

PySide6.Qt3DRender.Qt3DRender.QRenderAspect(submissionType[, parent=None])

Parameters

The constructor creates a new QRenderAspect instance with the specified parent. This constructor will set the submission type to Automatic. parent

The constructor creates a new QRenderAspect instance with the specified parent. The submissionType specifies whether the RenderAspect is in charge of performing the rendering submission or if the user will take care of it. parent

PySide6.Qt3DRender.Qt3DRender.QRenderAspect.SubmissionType

Constant

Description

Qt3DRender.QRenderAspect.Automatic

The QRenderAspect takes care of submitting rendering commands to the GPU.

Qt3DRender.QRenderAspect.Manual

The user will take care of telling the QRenderAspect when is the appropriate time to submit the rendering commands to the GPU.