Qt3DExtras.Qt3DWindow¶

Synopsis¶
Functions¶
def
activeFrameGraph
()def
camera
()def
defaultFrameGraph
()def
registerAspect
(aspect)def
registerAspect
(name)def
renderSettings
()def
setActiveFrameGraph
(activeFrameGraph)def
setRootEntity
(root)
Detailed Description¶
-
class
PySide2.Qt3DExtras.Qt3DExtras.
Qt3DWindow
([screen=None])¶ - Parameters
screen –
QScreen
-
PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.
activeFrameGraph
()¶ - Return type
QFrameGraphNode
Returns the node of the active frame graph.
See also
setActiveFrameGraph()
-
PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.
camera
()¶ - Return type
QCamera
-
PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.
defaultFrameGraph
()¶ - Return type
QForwardRenderer
Returns the node of the default framegraph
-
PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.
registerAspect
(aspect)¶ - Parameters
aspect –
QAbstractAspect
Registers the specified
aspect
.
-
PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.
registerAspect
(name) - Parameters
name – unicode
Registers the specified aspect
name
.
-
PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.
renderSettings
()¶ - Return type
QRenderSettings
Returns the render settings of the 3D Window.
-
PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.
setActiveFrameGraph
(activeFrameGraph)¶ - Parameters
activeFrameGraph –
QFrameGraphNode
Activates the specified
activeFrameGraph
.See also
activeFrameGraph()
-
PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.
setRootEntity
(root)¶ - Parameters
root –
QEntity
Sets the specified
root
entity of the scene.