simulate
simulate copied to clipboard
Transformation matrix not updating correctly
To reproduce:
print(node.transformation_matrix)
node.position += [0, 10, 0]
print(node.transformation_matrix)
The transformation matrix should change, but doesn't