Hello there,
I encountered a weird behaviour when trying to ‘chain’ multiple TransformationNode
s. Normally a child would be expected to prepend the previous transformation matrices by default, but this is not true in my case. Not sure what I’m missing.
Uncomment line 14 and 15 and inspect the values on the ‘child transformation’ node.
I just picked up Typescript with zero js knowledge a couple of weeks ago, so please be somewhat beginner friendly when answering.
Thanks!
-C