blurShake
blurShake(
tex,uv,intensity,samples,seed):Node<"vec4">
Defined in: packages/nodes/src/blur/blurMotion.ts:132
Camera shake blur effect. Simulates the blur from camera vibration.
Parameters
tex
Source texture
uv
Node<"vec2">
UV coordinates
intensity
FloatInput = 0.01
Shake intensity
samples
number = 5
Number of samples
seed
FloatInput = 0
Random seed for shake pattern
Returns
Node<"vec4">
Shake-blurred color