Move Anchor Points Rectangle

I am trying to create an interactive square whose anchor points position I can influence via ZIG SIM data (touch, with 4 fingers) from a CHOP. I tried this by linking 4 line-SOPs. This works, but gives me a square with a stroke. For my project I need a filled square. How can I obtain this? Every suggestion is welcome. Maybe it is easier with a rectangle TOP, but I don’t know how to move each individual anchor point? My file and a screenshot is in the attachment.

Thanks!

Hello,
The best way would be to use a table Dat with 4 rows and 3 columns with the point coordonates you can easely change.
Then use a add Sop linked to the table, with 0 1 2 3 in the Polygon Table and Closed on On.
pointSquare.toe (3.8 KB)


Voilà

Hi @simonnelissen,

as there are always 10 ways to do things :wink: here another approach complementary to @jacqueshoepffner solution:

You could use a CHOP To SOP and some CHOP channels made from custom parameters for example to create such a rectangle.

cheers
Markus

Thank you so much! This works perfectly!