MCPcopy Create free account
hub / github.com/pmndrs/postprocessing / initialize

Method initialize

types/index.d.ts:87–87  ·  view source on GitHub ↗

* Performs initialization tasks. * * @param {WebGLRenderer} renderer - A renderer. * @param {Boolean} alpha - Whether the renderer uses the alpha channel. * @param {Number} frameBufferType - The type of the main frame buffers.

(
		renderer: WebGLRenderer,
		alpha: boolean,
		frameBufferType: number
	)

Source from the content-addressed store, hash-verified

85 * @param {Number} frameBufferType - The type of the main frame buffers.
86 */
87 initialize(
88 renderer: WebGLRenderer,
89 alpha: boolean,
90 frameBufferType: number

Callers 13

index.jsFile · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
setRendererMethod · 0.65
addPassMethod · 0.65
initializeMethod · 0.65

Implementers 15

Passtypes/index.d.ts
Effecttypes/index.d.ts
ThemeManagermanual/assets/js/src/components/ThemeM
ViewportManagermanual/assets/js/src/components/Viewpo
SidebarManagermanual/assets/js/src/components/Sideba
NavigationManagermanual/assets/js/src/components/Naviga
SSAOEffectsrc/effects/SSAOEffect.js
OutlineEffectsrc/effects/OutlineEffect.js
DepthOfFieldEffectsrc/effects/DepthOfFieldEffect.js
GodRaysEffectsrc/effects/GodRaysEffect.js
TiltShiftEffectsrc/effects/TiltShiftEffect.js
BloomEffectsrc/effects/BloomEffect.js

Calls

no outgoing calls

Tested by

no test coverage detected