19 lines
245 B
INI
19 lines
245 B
INI
[shader]
|
|
name=Motion Blur
|
|
author=Dominus Iniquitatis
|
|
description=Simple motion blur.
|
|
passes=1
|
|
|
|
[pass.0]
|
|
fragmentShader=motion_blur.fs
|
|
blend=1
|
|
width=-1
|
|
height=-1
|
|
|
|
[pass.0.uniform.amount]
|
|
type=float
|
|
readableName=Amount
|
|
default=0.3
|
|
min=0.0
|
|
max=1.0
|