What is a scene graph in games?
The basic structure of a scene graph A scene graph uses a tree data structure. A tree like in real life has a root and branches that lead to lots of leaves. At each point you’ll find a node. These nodes represent different parts of what’s rendered. The root node is the main parent node