ThreePipe
    Preparing search index...

    Class AScreenPassExtensionPlugin<TE>Abstract

    Base Screen Pass Extension Plugin

    Extend the class to add an extension to ScreenPass material. See TonemapPlugin and VignettePlugin for examples.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    __setDirty?: () => void
    _dirty: boolean = false
    _shaderPatch: string = ''
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = {}
    constructor: typeof AScreenPassExtensionPlugin & typeof AViewerPluginSync & typeof AViewerPlugin
    enabled: boolean
    priority: number = -100

    The priority of the material extension when applied to the material in ScreenPass set to very low priority, so applied at the end

    uiConfig?: UiObjectConfig<any, string, any> = undefined
    OldPluginType?: string
    PluginType: string = 'AViewerPlugin'

    Accessors

    Methods