u(t) is called 60 times per second.
t: Elapsed time in seconds.
S: Shorthand for Math.sin.
C: Shorthand for Math.cos.
T: Shorthand for Math.tan.
R: Function that generates rgba-strings, usage ex.: R(255, 255, 255, 0.5)
c: A 1920x1080 canvas.
x: A 2D context for that canvas.
funny, i can't see anything else now... it;s like looking down from above a mountain peak. Maybe imagine you are looking down from a circling helicopter.
This #illusion is called "bistable perception". When I posted it was looking like a cave, now it seems to keep changing between mountain top and cave. I prefer a cave.
To see the mountaintop, maybe look at the blue and imagine it is the floor or the sea, far away.
u(t) is called 60 times per second.
t: elapsed time in seconds.
c: A 1920x1080 canvas.
x: A 2D context for that canvas.
S: Math.sin
C: Math.cos
T: Math.tan
R: Generates rgba-strings, ex.: R(255, 255, 255, 0.5)