The golden ratio grid is sometimes better than the thirds grid, especially when there are few objects. It puts the focal points slightly closer to the center. The Cosmology of oneself #45 example at 8:42 looks like it might use the golden ratio grid. The code for it (similar to what you have at 12:42) would look like this: if (random(2) < 1) { wid = width / 2.618; } else { wid = width / 1.618; } And similar for the height.
The golden ratio grid is sometimes better than the thirds grid, especially when there are few objects. It puts the focal points slightly closer to the center. The Cosmology of oneself #45 example at 8:42 looks like it might use the golden ratio grid. The code for it (similar to what you have at 12:42) would look like this:
if (random(2) < 1) {
wid = width / 2.618;
} else {
wid = width / 1.618;
}
And similar for the height.
Thanks! Good tip.
Thank you for your video!
You're welcome!
I really love your videos
Thank you!