Commit ff32e000 by PLN (Algolia)

feat: Poussière de la course d'Or

parent eac62e81
// Poussière de la Course d'Or
// Par PLN
osc(10, 0.025)
.modulate(voronoi(100, 0.02))
.kaleid(4)
.color(() => 1.2 + 0.15 * Math.cos(time / 20), 0.9, 0.5)
.luma(() => (0.6 + 0.23 * Math.sin(time)))
.scale(() => 0.2 + 0.05 * Math.sin(time / 20))
.modulatePixelate(noise(0.1, 0.01))
.modulate(src(o0)
.colorama(() => 0.05 * Math.sin(time / 200)), 0.1
)
.out()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment