Sunday, October 3, 2010

project2_2d pattern

_ process

* 4 variables
1. 1st attractor point for a radius of polygon
2. 2nd attractor point for a rotation angle
3. a divider to reduce the distance between grid points and attractors
4. a slider bar for the decision of polygon shape 









started with a rectangular grid, which is defined by 4 slider bars, in the domain of (20, 20) only in integers with the step size of 1. then set up the distance between one point and each grid point for the  radius of each polygon, which works as the 1st attractor point. the distance is too long, so set up a divider to fit each polygon in the grid system. here, the polygon is set as a rectangle, which is defined by the slider bar to decide the shape of it.


next step is rotating each rectangle. the angle of rotation is also set up similarly to the way how the radius of each rectangle is done. the 2nd attractor point is used here to measure the distance between the point and each grid point so that it can define the angle. 


_variations

1. attractor point setup














2. polygon setup














3. divider setup

No comments:

Post a Comment