clik-engine API
    Preparing search index...

    Class MotionBlur

    Directional motion blur based on camera or entity velocity.

    Usage:

    const blur = new MotionBlur(scene, { threshold: 200, maxIntensity: 0.5 });
    // In update:
    blur.update(cameraVelX, cameraVelY, delta);
    Index

    Constructors

    Methods