Base class of all FrameGraph configuration nodes. 更多 …
继承者: Qt3DExtras.QForwardRenderer , Qt3DRender.QBlitFramebuffer , Qt3DRender.QBufferCapture , Qt3DRender.QCameraSelector , Qt3DRender.QClearBuffers , Qt3DRender.QDispatchCompute , Qt3DRender.QFrustumCulling , Qt3DRender.QLayerFilter , Qt3DRender.QMemoryBarrier , Qt3DRender.QNoDraw , Qt3DRender.QNoPicking , Qt3DRender.QProximityFilter , Qt3DRender.QRenderCapture , Qt3DRender.QRenderPassFilter , Qt3DRender.QRenderStateSet , Qt3DRender.QRenderSurfaceSelector , Qt3DRender.QRenderTargetSelector , Qt3DRender.QSetFence , Qt3DRender.QSortPolicy , Qt3DRender.QTechniqueFilter , Qt3DRender.QViewport , Qt3DRender.QWaitFence
def
parentFrameGraphNode
()
This class is rarely instanced directly since it doesn’t provide any frame graph specific behavior, although it can be convenient to use for grouping other nodes together in dynamic frame graphs. The actual behavior comes from the subclasses.
The subclasses are:
class
description
QCameraSelectorSelect camera from all available cameras in the scene
QClearBuffersSpecify which buffers to clear and to what values
QDispatchComputeSpecify Compute operation kernels
QFrustumCullingEnable frustum culling
QLayerFilterSelect which layers to draw
QNoDrawDisable drawing
QRenderPassFilterSelect which render passes to draw
QRenderStateSetSet render states
QRenderSurfaceSelectorSelect which surface to draw to
QRenderTargetSelectorSelect which
QRenderTargetto draw to
QSortPolicySpecify how entities are sorted to determine draw order
QTechniqueFilterSelect which techniques to draw
QViewportSpecify viewport
QMemoryBarrierPlaces a memory barrier
PySide2.Qt3DRender.Qt3DRender.
QFrameGraphNode
(
[
parent=None
]
)
¶
- param parent
QNode
The constructor creates an instance with the specified
parent
.
PySide2.Qt3DRender.Qt3DRender.QFrameGraphNode.
parentFrameGraphNode
(
)
¶
QFrameGraphNode
Returns a pointer to the parent frame graph node.
If the parent of this node is not a frame graph node, this method will recursively look for a parent node that is a frame graph node.