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)