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

Method temporalPass

packages/clouds/src/ShadowPass.ts:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173
174 get temporalPass(): boolean {
175 return this.currentMaterial.temporalPass
176 }
177
178 set temporalPass(value: boolean) {
179 if (value !== this.temporalPass) {

Callers

nothing calls this directly

Calls 2

initRenderTargetsMethod · 0.95
setSizeMethod · 0.95

Tested by

no test coverage detected