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

Method setSize

packages/effects/src/GeometryPass.ts:49–52  ·  view source on GitHub ↗
(width: number, height: number)

Source from the content-addressed store, hash-verified

47 }
48
49 setSize(width: number, height: number): void {
50 this.geometryTexture.image.width = width
51 this.geometryTexture.image.height = height
52 }
53}

Callers 2

SSAO.tsxFile · 0.45
EffectComposer.tsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected