From deb65920f10d82f7d09dae9777f7c76687ca5da7 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Fri, 15 Oct 2021 12:23:19 +0200 Subject: [PATCH] refactor: Public Camille15 --- StarryNights/Camille15.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/StarryNights/Camille15.js b/StarryNights/Camille15.js index 5d0ed1b..02cd286 100644 --- a/StarryNights/Camille15.js +++ b/StarryNights/Camille15.js @@ -12,16 +12,16 @@ periodeModulationInterne = 1000 periodeModulationExterne = 200000 periodeBlend = 5 periodeBlendModulate = 100 +// +// // DEBUG +// periodeTelescope = 10 +// periodeModulation = 10 +// periodeModulationInterne = 100 +// periodeModulationExterne = 20000 +// periodeBlend = 5 +// periodeBlendModulate = 100 -// DEBUG -periodeTelescope = 10 -periodeModulation = 10 -periodeModulationInterne = 100 -periodeModulationExterne = 20000 -periodeBlend = 5 -periodeBlendModulate = 100 - -s0.initImage("https://imagine.gsfc.nasa.gov/hst_bday/images/october-15-2019-supernova-remnant-e0102.jpg") +s0.initImage("https://git.plnech.fr/pln/Hydra/raw/850a3aa96138ec40b71b5e57f328dba9c8f872f5/StarryNights/img/october-15-2019-supernova.jpg") src(s0) .contrast(() => 1.1 + 0.2 * Math.cos(time / 100)) .out(o0) -- libgit2 0.27.0