reverse engineering eisenscript, it’s the process. I am interested in parent-child relationships because that seems to be the way to get three.js to simply render the objects.
two transformations:
X first then RZ
in the x direction and then rotated

when there is two transformation sets it is the same

the box is transformed once in the x direction and then three times it is rotated

the box is moved three times in the x direction and rotated once

this acts the same as a rule if it is the the same order

RZ first then X
same


