mirror of
https://github.com/sphynx-owner/JFA_driven_motion_blur_addon.git
synced 2025-09-19 04:06:08 +08:00
fix: reintroduced noise
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user