Exercise 2: Coding Art
- September 15, 2021
- hasankhalid
My idea was to experiment with blocks that look like legos so I created a preface cube and procedurally generated a grid of these cubes by running a loop which instantiated these cubes again and again. By using each cube's renderer properties, I assigned a random color to each side of it's sides programmatically as well. I applied the lerp transformation to shift between colors of the cube by impl…