Difference between scene graph and frame graph? with suitable example and diagrams
-
@GuruGE said in Difference between scene graph and frame graph? with suitable example and diagrams:
Difference between scene graph and frame graph?
The scene graph is used by Qt Quick: https://doc.qt.io/qt-5/qtquick-visualcanvas-scenegraph.html
The frame graph is used by Qt 3D: https://doc.qt.io/qt-5/qt3drender-framegraph.html
Does this answer your question?
-
@GuruGE said in Difference between scene graph and frame graph? with suitable example and diagrams:
Difference between scene graph and frame graph?
The scene graph is used by Qt Quick: https://doc.qt.io/qt-5/qtquick-visualcanvas-scenegraph.html
The frame graph is used by Qt 3D: https://doc.qt.io/qt-5/qt3drender-framegraph.html
Does this answer your question?