ThreePipe
    Preparing search index...

    Class NormalBufferPlugin

    Normal Buffer Plugin

    Adds a pre-render pass to render the normal buffer to a render target that can be used for postprocessing.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = {}
    bufferType: TextureDataType
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    enabled: boolean = true
    material: MeshNormalMaterial = ...
    passId: "normal" = 'normal'
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    OldPluginType?: string
    PluginType: "NormalBufferPlugin" = 'NormalBufferPlugin'

    Accessors

    Methods