waves workin well
This commit is contained in:
parent
ff57ce43d7
commit
1a2eb7a3e4
8
waves.py
8
waves.py
@ -6,13 +6,13 @@ from utils import random_color
|
||||
|
||||
|
||||
# dimensions of the output image
|
||||
WIDTH, HEIGHT = 1024, 1024
|
||||
WIDTH, HEIGHT = 1920, 1080
|
||||
# numbers of waves
|
||||
WAVES = 10
|
||||
WAVES = 12
|
||||
# how much should the phases be offset?
|
||||
WAVE_OFFSET = -0.7
|
||||
WAVE_OFFSET = 0 - (math.pi/4)#-1.9
|
||||
# amplitude of the sine wave
|
||||
AMPLITUDE = 25
|
||||
AMPLITUDE = 50
|
||||
# only 1 color with shades?
|
||||
MONOCHROME = True
|
||||
# background black? White otherwise:
|
||||
|
Loading…
Reference in New Issue
Block a user