Class ProgressiveBlendPass

Hierarchy

  • AddBlendTexturePass
    • ProgressiveBlendPass

Implements

Constructors

Properties

after: string[] = ...
before: string[] = ...
dirty: ValOrFunc<boolean> = ...

Checked by RenderManager to determine whether to render this frame. A frame is rendered if any pass is dirty. This can be set by the plugin/pass to indicate when to continue rendering. See ProgressivePlugin. This is different from setDirty which is implementation specific to the pass/plugin. It generally calls onDirty and set the viewer dirty.

enabled: boolean = true
isExtendedShaderPass: true = true
onDirty: (() => void)[] = []

Type declaration

    • (): void
    • Returns void

overrideReadBuffer: null | {
    texture?: Texture;
} = null

Type declaration

passId: string

Unique id for the pass. Used to determine the order of passes in the pipeline.

required: string[] = ...
target?: ValOrFunc<undefined | WebGLRenderTarget>
DEFAULT_TEX_ID: "tDiffuse" = 'tDiffuse'

Accessors

Methods

Generated using TypeDoc