A Pen by Sota Hatakeyama on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void setup() { | |
size(500, 500); | |
background(255); | |
} | |
void draw() { | |
float centerX = width / 2.0; | |
float centerY = height / 2.0; | |
float faceSize = 200.0; |
A Pen by Sota Hatakeyama on CodePen.
A Pen by Sota Hatakeyama on CodePen.
A Pen by Sota Hatakeyama on CodePen.
OlderNewer