Ella Peinovich
grid attractors TOOL :
The script distorts a uniform grid of points around chosen focal points. The script prompts user input of a grid size, multiple focal points, and the degree of distortion around the focal points.
Below : See examples of uniform focal points.
Pseudo Code:
- ‘ask user for size of grid
- ‘create grid
- ‘ask user to identify focal points on grid
- ask user to create a degree of distortion at each focal point
- ‘determine vector movement of each point on grid to each focal point
- ‘move vector from origin to the sum of the x and y vector movements of each point
- ‘hide point object at origin
Code:


