diff --git a/Oeuf.js b/Oeuf.js index 5118ba9..01ea0a6 100644 --- a/Oeuf.js +++ b/Oeuf.js @@ -26,3 +26,6 @@ src(o2) render(o3) + + +a.hide() diff --git a/PoussiereOr.js b/PoussiereOr.js index ebdb302..d171bef 100644 --- a/PoussiereOr.js +++ b/PoussiereOr.js @@ -4,11 +4,11 @@ osc(10, 0.025) .modulate(voronoi(100, 0.02)) .kaleid(4) - .color(() => 1.2 + 0.15 * Math.cos(time / 20), 0.9, 0.5) + .color(() => 1.2 + 0.15 * Math.cos(time / 1337), 0.9, 0.5) .luma(() => (0.6 + 0.23 * Math.sin(time))) - .scale(() => 0.2 + 0.05 * Math.sin(time / 20)) + .scale(() => 0.2 + 0.05 * Math.sin(time / 200)) .modulatePixelate(noise(0.1, 0.01)) .modulate(src(o0) .colorama(() => 0.05 * Math.sin(time / 200)), 0.1 ) - .out() \ No newline at end of file + .out() diff --git a/biarritz/marine.js b/biarritz/marine.js index 7b776af..d1b7452 100644 --- a/biarritz/marine.js +++ b/biarritz/marine.js @@ -1,4 +1,4 @@ -s0.initImage("file:///home/pln/Work/Hydra/biarritz/marion/planche.jpg") +s0.initImage("https://git.plnech.fr/pln/Hydra/raw/master/biarritz/marion/planche.jpg") src(s0) .scale(1,0.8) diff --git a/biarritz/pleine_lune.js b/biarritz/pleine_lune.js index 080162d..4cf3265 100644 --- a/biarritz/pleine_lune.js +++ b/biarritz/pleine_lune.js @@ -2,7 +2,7 @@ // Based on 'full moon photography' By Mike Petrucci // https://unsplash.com/photos/uIf6H1or1nE -s0.initImage("file:///home/pln/Work/Hydra/biarritz/fullmoon.avif") +s0.initImage("https://git.plnech.fr/pln/Hydra/raw/master/biarritz/fullmoon.avif") src(s0) .scale(0.9, 1.05) diff --git a/friends/pierre_feuilles.js b/friends/pierre_feuilles.js index 286dfb6..acec9b5 100644 --- a/friends/pierre_feuilles.js +++ b/friends/pierre_feuilles.js @@ -28,4 +28,3 @@ src(o2) .out(o3) render(o3) -