Updated glass surface component.

This commit is contained in:
msavulescu
2025-07-21 18:42:17 +03:00
parent 50e1a195a0
commit 730d9a7b35
2 changed files with 227 additions and 67 deletions

View File

@@ -96,7 +96,7 @@ const brightness = ref(50);
const opacity = ref(0.93);
const blur = ref(11);
const displace = ref(0.5);
const distortionScale = ref(-80);
const distortionScale = ref(-180);
const redOffset = ref(0);
const greenOffset = ref(10);
const blueOffset = ref(20);