mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-22 15:49:30 -07:00
Tuning the resurrections version.
This commit is contained in:
@@ -131,8 +131,9 @@ const versions = {
|
|||||||
effect:"resurrections",
|
effect:"resurrections",
|
||||||
width:100,
|
width:100,
|
||||||
volumetric:true,
|
volumetric:true,
|
||||||
density:3,
|
density:1.5,
|
||||||
fallSpeed:0.7
|
fallSpeed:1.2,
|
||||||
|
raindropLength:1.25
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
versions.throwback = versions.operator;
|
versions.throwback = versions.operator;
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ export default (regl, config, inputs) => {
|
|||||||
|
|
||||||
float hue = 0.35 + (length(vUV - vec2(0.5, 1.0)) * -0.4 + 0.2);
|
float hue = 0.35 + (length(vUV - vec2(0.5, 1.0)) * -0.4 + 0.2);
|
||||||
vec3 rgb = hslToRgb(hue, 0.8, max(0., brightness.r)) * vec3(0.8, 1.0, 0.7);
|
vec3 rgb = hslToRgb(hue, 0.8, max(0., brightness.r)) * vec3(0.8, 1.0, 0.7);
|
||||||
vec3 resurrectionRGB = hslToRgb(0.13, 1.0, max(0., brightness.g) * 0.5);
|
vec3 resurrectionRGB = hslToRgb(0.13, 1.0, max(0., brightness.g) * 0.9);
|
||||||
gl_FragColor = vec4(rgb + resurrectionRGB + backgroundColor, 1.0);
|
gl_FragColor = vec4(rgb + resurrectionRGB + backgroundColor, 1.0);
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
|
|||||||
Reference in New Issue
Block a user