Hey all,
When moving the line(s) of a grid, the sizes of the squares change. I have manages to make a 2D grid where I can move the lines about; however, I want to fill the squares which the grid makes with a colour. I have only found how to do this with the intersecting point of two grid lines, not within the actual spaces the grid makes.
Any ideas on how to do this? I am looking for dynamically changing rectangles in a grid where I can move the grid lines about.
I’ll link how far I’ve gotten below.
Thanks!
Dynamic_Grid.1.toe (7.7 KB)