Commit f9697ee2 by PLN (Algolia)

lucia: finetune

parent 99513346
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
s0.initImage("https://imagine.gsfc.nasa.gov/hst_bday/images/april-21-2019-jupiter.jpg") s0.initImage("https://imagine.gsfc.nasa.gov/hst_bday/images/april-21-2019-jupiter.jpg")
periodMask = 21 periodMask = 21
periodScale = 10 periodScale = 040
periodVoronoiScale = 30 periodVoronoiScale = 30
periodVoronoiRot = 100 periodVoronoiRot = 420
src(s0) src(s0)
.scale(() => 1 + 0.05 * Math.sin(time / periodScale)) .scale(() => 1 + 0.05 * Math.sin(time / periodScale))
...@@ -27,8 +27,9 @@ src(o0) ...@@ -27,8 +27,9 @@ src(o0)
src(o2).blend( src(o2).blend(
src(o2) src(o2)
.colorama(0.01) .colorama(0.01)
.contrast(-0.3) .modulateScale(src(o1).scale(20))
.mask(shape(30).scale(3)), () => 0.25 * Math.sin(time / periodMask) // .contrast(-0.3)
.mask(shape(30).scale(3)), () => 0.2 + 0.725 * Math.sin(time / periodMask)
) )
.out(o3) .out(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