Hey everyone,
This is my first post on the forums :D. I would like to share with you my vector field generator. It’s a pretty simple project but it’s the first step into a city generator plugin I’m trying to develop.
It’s in the extremely early stages so at the moment it can only point towards one point on the graph. Later on I would like to add in circlular patterns and multiple points.
Here it is:
4x4 Grid
16x16 Grid
32x32 Grid
The grid backing is generated first, then the arrows, then the arrow are assigned a rotational value which is then put into an array.
May not seem so exciting but it is for me