Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ enableShadows
Function
enableShadows
src/scene/index.ts:285–287 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
283
* Shadows are rendered from the primary directional light's perspective.
284
*/
285
export
function
enableShadows(): void {
286
bloom_enable_shadows();
287
}
288
289
/**
290
* Disable shadow mapping.
Callers
7
applyEnvironment
Function · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
shadows.ts
File · 0.90
r3f-bridge.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
Calls
1
bloom_enable_shadows
Function · 0.50
Tested by
no test coverage detected