Skip to content

Commit

Permalink
Set default intensity to 0.5 and add startRadius
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauxitedev committed Aug 24, 2021
1 parent 6836fc3 commit 231397e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion motion_blur/moblur_shader.tres
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ shader = ExtResource( 1 )
shader_param/linear_velocity = Vector3( 0, 0, 0 )
shader_param/angular_velocity = Vector3( 0, 0, 0 )
shader_param/iteration_count = 15
shader_param/intensity = 1.0
shader_param/intensity = 0.5
shader_param/startRadius = 0.1

0 comments on commit 231397e

Please sign in to comment.