RedGPU API - v3.0.0-Alpha
    Preparing search index...

    Class ZoomBlur

    줌 블러(Zoom Blur) 후처리 이펙트입니다. 중심점에서 방사형으로 퍼지는 블러 효과를 만듭니다.

    const effect = new RedGPU.PostEffect.ZoomBlur(redGPUContext);
    effect.amount = 80; // 블러 강도
    effect.centerX = 0.5; // 중심 X (0~1)
    effect.centerY = 0.5; // 중심 Y (0~1)
    view.postEffectManager.addEffect(effect);

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods