Commit 50c9cd43 by PLN (Algolia)

chore: Small changes

parent a2b3eace
...@@ -29,4 +29,4 @@ src(o2) ...@@ -29,4 +29,4 @@ src(o2)
.add(gradient().scale(25),() => Math.sin(-time % 100 / 80)) .add(gradient().scale(25),() => Math.sin(-time % 100 / 80))
.out(o3) .out(o3)
render() render(o3)
s0.initCam(1) s0.initCam(1)
src(s0) src(s0)
.scroll(0.12,-0.07) .scroll(0.12,-0.07)
// .scale(0.9, 0.7) .scale(1.09, 0.7)
.pixelate(102, 200) // .pixelate(102, 200)
.out(o0) .out(o0)
src(o0) src(o0)
.saturate(() => 1 + 0.8 * Math.sin(time / 10)) .saturate(() => 1 + 0.8 * Math.sin(time / 10))
.luma(() => 0.9 + 0.2 ( Math.sin(time / 100)))
.diff(src(o2) .diff(src(o2)
.scale(() => 0.95 + 0.1 * Math.sin(time / 2)) .scale(() => 0.95 + 0.1 * Math.sin(time / 2))
, 0.5) //() => Math.sin(time / 4)) , 0.5) //() => Math.sin(time / 4))
......
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