Improve scanner view

This commit is contained in:
2024-08-31 19:00:34 +02:00
parent b3e06bdb2d
commit 4a06557419
5 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ shader_type canvas_item;
uniform sampler2D gradient : source_color, filter_nearest;
uniform int dimension;
const float alpha = 0.5;
const float alpha = 0.7;
const float strength = 0.5;
const float pi = atan(1.0) * 4.0;
const int samples = 35;