How do you change the anchor point of [jit.gl.gridshape]?
Hi there!
I am trying to figure out how I can change the anchor point so that when scaling on the x axis, it does not scale from the center, but from the left towards the right. I tried using @anchor, but it does seem to do anything. At least not in this direction.
Thank you so much!
Max Patch
Copy patch and select New From Clipboard in Max.
you can do this with a simple anim.node hierarchy. adjust anchor of child node and scale of parent node:
Max Patch
Copy patch and select New From Clipboard in Max.
Ah! Nice! That solves it. Thank you so much, Rob!