How do you change the anchor point of [jit.gl.gridshape]?

ygreq's icon

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.

Rob Ramirez's icon

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.

ygreq's icon

Ah! Nice! That solves it. Thank you so much, Rob!