Commit da58c17a by PLN (Algolia)

Biarritz: Online urls

parent d882d6d1
...@@ -26,3 +26,6 @@ src(o2) ...@@ -26,3 +26,6 @@ src(o2)
render(o3) render(o3)
a.hide()
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
osc(10, 0.025) osc(10, 0.025)
.modulate(voronoi(100, 0.02)) .modulate(voronoi(100, 0.02))
.kaleid(4) .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))) .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)) .modulatePixelate(noise(0.1, 0.01))
.modulate(src(o0) .modulate(src(o0)
.colorama(() => 0.05 * Math.sin(time / 200)), 0.1 .colorama(() => 0.05 * Math.sin(time / 200)), 0.1
) )
.out() .out()
\ No newline at end of file
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) src(s0)
.scale(1,0.8) .scale(1,0.8)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Based on 'full moon photography' By Mike Petrucci // Based on 'full moon photography' By Mike Petrucci
// https://unsplash.com/photos/uIf6H1or1nE // 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) src(s0)
.scale(0.9, 1.05) .scale(0.9, 1.05)
......
...@@ -28,4 +28,3 @@ src(o2) ...@@ -28,4 +28,3 @@ src(o2)
.out(o3) .out(o3)
render(o3) render(o3)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment