Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
292
export
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
applyEnvironment
Function · 0.90
Calls
1
bloom_disable_shadows
Function · 0.50
Tested by
no test coverage detected