MCPcopy Create free account
hub / github.com/beutton/browser-flight-simulator / initialize

Method initialize

packages/clouds/src/ShadowPass.ts:72–79  ·  view source on GitHub ↗
(
    renderer: WebGLRenderer,
    alpha: boolean,
    frameBufferType: TextureDataType
  )

Source from the content-addressed store, hash-verified

70 }
71
72 override initialize(
73 renderer: WebGLRenderer,
74 alpha: boolean,
75 frameBufferType: TextureDataType
76 ): void {
77 this.currentPass.initialize(renderer, alpha, frameBufferType)
78 this.resolvePass.initialize(renderer, alpha, frameBufferType)
79 }
80
81 private initRenderTargets(): void {
82 this.currentRenderTarget?.dispose()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected