diff options
Diffstat (limited to 'src/gpu/gpu.cc')
| -rw-r--r-- | src/gpu/gpu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gpu.cc b/src/gpu/gpu.cc index f374908..4d110e7 100644 --- a/src/gpu/gpu.cc +++ b/src/gpu/gpu.cc @@ -136,7 +136,7 @@ fn fs_main() -> @location(0) vec4<f32> { // Dynamic color shifting based on time and responsiveness to peak let h = uniforms.time * 2.0 + uniforms.audio_peak * 3.0; let r = sin(h + 0.0) * 0.5 + 0.5; - let g = sin(h + 2.0) * 0.5 + 0.5; + let g = sin(h + 2.0) * 0.9 + 0.3; let b = sin(h + 4.0) * 0.5 + 0.5; // Add brightness boost on peak |
