fix: reintroduced noise

This commit is contained in:
sphynx-owner
2024-07-08 17:49:54 +03:00
parent 24312bb49f
commit b3ab9a5aea

View File

@ -195,7 +195,7 @@ void main()
float total_weight = 1;// max(0.0001, length(naive_velocity));
vec2 offset = vec2(0);
vec2 offset = vec2(sample_step * noise_offset);
vec4 col = base * total_weight;