From 50c9cd43f9b0560b8e167a287a29e87a5ad8e7fe Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Sat, 1 Feb 2025 12:08:30 +0100 Subject: [PATCH] chore: Small changes --- EyeInTheSky.js | 2 +- LIVE/AfterglowCam.js | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/EyeInTheSky.js b/EyeInTheSky.js index a07baad..5d258af 100755 --- a/EyeInTheSky.js +++ b/EyeInTheSky.js @@ -29,4 +29,4 @@ src(o2) .add(gradient().scale(25),() => Math.sin(-time % 100 / 80)) .out(o3) -render() +render(o3) diff --git a/LIVE/AfterglowCam.js b/LIVE/AfterglowCam.js index 641a77c..ab47ce6 100755 --- a/LIVE/AfterglowCam.js +++ b/LIVE/AfterglowCam.js @@ -1,12 +1,13 @@ s0.initCam(1) src(s0) .scroll(0.12,-0.07) - // .scale(0.9, 0.7) - .pixelate(102, 200) + .scale(1.09, 0.7) + // .pixelate(102, 200) .out(o0) src(o0) .saturate(() => 1 + 0.8 * Math.sin(time / 10)) +.luma(() => 0.9 + 0.2 ( Math.sin(time / 100))) .diff(src(o2) .scale(() => 0.95 + 0.1 * Math.sin(time / 2)) , 0.5) //() => Math.sin(time / 4)) -- libgit2 0.27.0