The root Node of the scene graph.
All Node objects in the scene are connected to this node, either directly or indirectly. Transformations applied to this Node affect all child Node objects.
final Node root = Node();