Artem at Large

Thoughts and scratches about computers, generative art, and plotter printers.

GitHub Twitter Glitch

Revisiting Projection

Posted: 12 August 2019, Tags: Plotter - Projection - 3D

After briefly exploring projection before, I sought to see what else I could make with the tools I had at hand. First I changed my original projection1 sketch to move the camera and the boxes so that it was staring into the middle of the group.

projection3

Then stumbling around Bandcamp I came across this album whose artwork piqued my interest. I figured I could use my projection code to make something similar.

I wrote out some rudimentary code to hide the vertical edges of cubes and arranged them in rows that fade back toward the horizon. Immediately some strange bugs in my placement or projection code reared it’s head. The results were very captivating, though.

projection4-1

Soon after fiddling with the placement code I managed to get something more resembling the target image. At this point however I had abandoned the idea of trying to recreate the original image exactly and was sufficiently hooked into seeing what I could make with this new field of squares.

Experiments

projection4-2

What if we rendered a few of the vertical lines that connect the top and bottom faces of these cubes?

projection4-3

What if there were square panels for as far as the eye could see?

projection4-4