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

Function dumpShadowMap

src/scene/index.ts:299–301  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

297 * Dump the shadow map depth texture to a grayscale PNG for debugging.
298 */
299export function dumpShadowMap(path: string): void {
300 bloom_dump_shadow_map(path as any);
301}
302
303// ============================================================
304// Post-Processing (Outlines, SSAO)

Callers 2

main.tsFile · 0.90
main.tsFile · 0.90

Calls 1

bloom_dump_shadow_mapFunction · 0.50

Tested by

no test coverage detected