Strata - v1.4.10
    Preparing search index...

    Variable EffectStackConst

    EffectStack: React.FC<EffectStackProps> = ...

    Universal Post-Processing Effect Stack.

    Coordinates a collection of visual effects based on a single preset configuration. Automatically handles ordering and lifecycle of bloom, DoF, SSAO, and more.

    <EffectStack
    preset={myPreset}
    multisampling={4}
    >
    <CustomDistortionEffect />
    </EffectStack>