QFrameGraphNode Class

class Qt3DRender::QFrameGraphNode

모든 프레임그래프 구성 노드의 베이스 클래스입니다. 더 보기...

공용 함수

QFrameGraphNode(Qt3DCore::QNode *parent = nullptr)
Qt3DRender::QFrameGraphNode *parentFrameGraphNode() const

상세 설명

이 클래스는 프레임 그래프에 특정한 동작을 제공하지 않기 때문에 직접 인스턴스화되는 경우는 거의 없지만, 동적 프레임 그래프에서 다른 노드를 함께 그룹화할 때 편리하게 사용할 수 있습니다. 실제 동작은 서브클래스에서 제공됩니다.

서브클래스는 다음과 같습니다:

class설명
Qt3DRender::QCameraSelector씬에서 사용 가능한 모든 카메라 중에서 카메라를 선택합니다.
Qt3DRender::QClearBuffers어떤 버퍼를 어떤 값으로 지울지 지정합니다.
Qt3DRender::QDispatchCompute연산 커널 계산 지정
Qt3DRender::QFrustumCulling프러스텀 컬링 활성화
Qt3DRender::QLayerFilter그릴 레이어 선택
Qt3DRender::QNoDraw그리기 비활성화
Qt3DRender::QRenderPassFilter그릴 렌더 패스 선택
Qt3DRender::QRenderStateSet렌더링 상태 설정
Qt3DRender::QRenderSurfaceSelector그릴 표면 선택
Qt3DRender::QRenderTargetSelector그릴 QRenderTarget 선택
Qt3DRender::QSortPolicy그리기 순서를 결정하기 위해 엔티티를 정렬하는 방법을 지정합니다.
Qt3DRender::QTechniqueFilter그릴 기법 선택
Qt3DRender::QViewport뷰포트 지정
Qt3DRender::QMemoryBarrier메모리 배리어를 배치합니다

멤버 함수 문서

[explicit] QFrameGraphNode::QFrameGraphNode(Qt3DCore::QNode *parent = nullptr)

생성자는 지정된 parent 로 인스턴스를 생성합니다.

Qt3DRender::QFrameGraphNode *QFrameGraphNode::parentFrameGraphNode() const

부모 프레임 그래프 노드에 대한 포인터를 반환합니다.

이 노드의 부모가 프레임 그래프 노드가 아닌 경우 이 메서드는 프레임 그래프 노드인 부모 노드를 재귀적으로 찾습니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.