mirror of
https://github.com/Xevion/processing-projects.git
synced 2025-12-14 20:12:33 -06:00
visuals section - all gifs and updated READMEs - mega commit
This commit is contained in:
@@ -4,7 +4,7 @@ class RGB:
|
||||
self.rgb = (r,g,b)
|
||||
|
||||
def setup():
|
||||
size(1000, 1000, P3D)
|
||||
size(750, 750, P3D)
|
||||
colorMode(HSB, 5, 5, 5)
|
||||
|
||||
def drawMatrix(i):
|
||||
|
||||
Reference in New Issue
Block a user