From f9697ee28d3d525968b00bf5d12f685b9923e990 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Thu, 21 Apr 2022 14:37:30 +0200 Subject: [PATCH] lucia: finetune --- StarryNights/Lucia.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/StarryNights/Lucia.js b/StarryNights/Lucia.js index ec7581a..842c927 100644 --- a/StarryNights/Lucia.js +++ b/StarryNights/Lucia.js @@ -7,9 +7,9 @@ s0.initImage("https://imagine.gsfc.nasa.gov/hst_bday/images/april-21-2019-jupiter.jpg") periodMask = 21 -periodScale = 10 +periodScale = 040 periodVoronoiScale = 30 -periodVoronoiRot = 100 +periodVoronoiRot = 420 src(s0) .scale(() => 1 + 0.05 * Math.sin(time / periodScale)) @@ -27,8 +27,9 @@ src(o0) src(o2).blend( src(o2) .colorama(0.01) - .contrast(-0.3) - .mask(shape(30).scale(3)), () => 0.25 * Math.sin(time / periodMask) + .modulateScale(src(o1).scale(20)) + // .contrast(-0.3) + .mask(shape(30).scale(3)), () => 0.2 + 0.725 * Math.sin(time / periodMask) ) .out(o3) -- libgit2 0.27.0