MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / disableShadows

Function disableShadows

src/scene/index.ts:292–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290 * Disable shadow mapping.
291 */
292export function disableShadows(): void {
293 bloom_disable_shadows();
294}
295
296/**
297 * Dump the shadow map depth texture to a grayscale PNG for debugging.

Callers 1

applyEnvironmentFunction · 0.90

Calls 1

bloom_disable_shadowsFunction · 0.50

Tested by

no test coverage detected