lcdMotionGhost
lcdMotionGhost(
tex,uv,velocity,persistence?):Node<"vec4">
Defined in: packages/nodes/src/display/lcd.ts:163
Simple LCD persistence effect (single texture version). Creates motion blur by blending with offset samples.
Parameters
Section titled “Parameters”TextureNode <"vec4">
Source texture
Node <"vec2">
UV coordinates
velocity
Section titled “velocity”Node <"vec2">
Motion direction and speed
persistence?
Section titled “persistence?”FloatInput = 0.4
Ghost amount
Returns
Section titled “Returns”Node <"vec4">
Color with motion ghosting