Class AScreenPassExtensionPlugin<T>Abstract

Base Screen Pass Extension Plugin

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

Type Parameters

  • T extends string

Hierarchy (View Summary)

Implements

Constructors

Properties

__setDirty?: () => void
_dirty: boolean = false
_shaderPatch: string = ''
_viewer?: ThreeViewer
_viewerListeners: PartialRecord<
    | "dispose"
    | "*"
    | "update"
    | "preRender"
    | "postRender"
    | "preFrame"
    | "postFrame"
    | "addPlugin"
    | "removePlugin"
    | "renderEnabled"
    | "renderDisabled",
    (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 = undefined
OldPluginType?: string
PluginType: string = 'AViewerPlugin'

Accessors

Methods