ThreePipe
    Preparing search index...

    Class SSAOPlugin

    SSAO Plugin

    Adds Screen Space Ambient Occlusion (SSAO) to the scene. Adds a pass to calculate AO, which is then read by materials in the render pass.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = {}
    bufferType: TextureDataType
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    dependencies: typeof GBufferPlugin[] = ...
    enabled: boolean = true
    packing: SSAOPacking
    passId: "ssao" = 'ssao'
    sizeMultiplier: number
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    OldPluginType: "SSAO" = 'SSAO'
    PluginType: "SSAOPlugin" = 'SSAOPlugin'

    Accessors

    Methods