Update noise textures

This commit is contained in:
adilallo
2025-08-27 10:28:26 -06:00
parent 39261e18d3
commit 580b7b16c1
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -35,9 +35,9 @@ const HeroDecor = ({ className = "" }) => {
result="softNoise"
type="matrix"
values="
0.1 0 0 0 0.05
0 0.1 0 0 0.05
0 0 0.1 0 0.05
0.8 0 0 0 0.3
0 0.6 0 0 0.2
0 0 1.0 0 0.4
0 0 0 0.25 0"
/>
{/* 3) MASK noise to the element's alpha only */}