Nodes will need to share some state between them while they're being visited. For that reason we have a State class that we pass to the nodes in each of their visit-related hooks. For now we'll leave it empty, but future releases should include the model, view, and projection matrices.
Nodes will need to share some state between them while they're being visited. For that reason we have a
State
class that we pass to the nodes in each of their visit-related hooks. For now we'll leave it empty, but future releases should include the model, view, and projection matrices.