Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for defining prepass effects in the prepass post-process pipeline

Hierarchy

  • PrePassEffectConfiguration

Implemented by

Index

Properties

enabled: boolean

Is the effect enabled

name: string

Name of the effect

needsImageProcessing?: boolean

Does the output of this prepass need to go through imageprocessing

postProcess?: PostProcess

Post process to attach for this effect

texturesRequired: number[]

Textures required in the MRT

Methods

  • Creates the associated post process

    Returns PostProcess

  • dispose(): void
  • Disposes the effect configuration

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme