Qt3DWindow

PyQt5.Qt3DExtras.Qt3DWindow

Inherits from QWindow.

Description

TODO

Methods

__init__(screen: QScreen = None)

TODO


activeFrameGraph() → QFrameGraphNode

Returns the node of the active frame graph.


camera() → QCamera

TODO


defaultFrameGraph() → QForwardRenderer

Returns the node of the default framegraph


event(QEvent) → bool

TODO


registerAspect(QAbstractAspect)

Registers the specified aspect.


registerAspect(str)

Registers the specified aspect name.


renderSettings() → QRenderSettings

Returns the render settings of the 3D Window.


resizeEvent(QResizeEvent)

TODO


setActiveFrameGraph(QFrameGraphNode)

Activates the specified activeFrameGraph.

See also

activeFrameGraph().


setRootEntity(QEntity)

Sets the specified root entity of the scene.


showEvent(QShowEvent)

TODO