Daily Creative Coding

元「30 min. Processing」。毎日、Creative Codingします。

2016-07-28から1日間の記事一覧

巻き取れる格子

「c」で回転方向の切り替え。 /** * winding lattice * * @author aa_debdeb * @date 2016/07/28 * * press "c" to toggle the direction of rotation * */ int sampleStep = 2; int lineStep = 10; boolean clockwise = true; PVector[][] points; void set…