From 2cf9edc118727bdfdef98139dbbfc56693edd862 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 6 Apr 2024 04:44:15 +0530 Subject: Integrates Hydra Vis --- player.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'player.js') diff --git a/player.js b/player.js index 961c8cb..214ef29 100644 --- a/player.js +++ b/player.js @@ -255,15 +255,15 @@ https://retrowave.ru/${musicData.streamUrl} // } function initHydra() { - // voronoi(350, 0.15) - // .modulateScale(osc(8).rotate(Math.sin(time)), .5) - // .thresh(.8) - // .modulateRotate(osc(7), .4) - // .thresh(.7) - // .diff(src(o0).scale(1.8)) - // .modulateScale(osc(2).modulateRotate(o0, .74)) - // .diff(src(o0).rotate([-.012, .01, -.002, 0]).scrollY(0, [-1 / 199800, 0].fast(0.7))) - // .brightness([-.02, -.17].smooth().fast(.5)).modulate(o0, () => a.fft[1] * .2) - // .out() + voronoi(350, 0.15) + .modulateScale(osc(8).rotate(Math.sin(time)), .5) + .thresh(.8) + .modulateRotate(osc(7), .4) + .thresh(.7) + .diff(src(o0).scale(1.8)) + .modulateScale(osc(2).modulateRotate(o0, .74)) + .diff(src(o0).rotate([-.012, .01, -.002, 0]).scrollY(0, [-1 / 199800, 0].fast(0.7))) + .brightness([-.02, -.17].smooth().fast(.5))//.modulate(o0, () => a.fft[1] * .2) + .out() } })(); -- cgit v1.2.3