MCPcopy 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 */
285export function enableShadows(): void {
286 bloom_enable_shadows();
287}
288
289/**
290 * Disable shadow mapping.

Callers 7

applyEnvironmentFunction · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
shadows.tsFile · 0.90
r3f-bridge.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90

Calls 1

bloom_enable_shadowsFunction · 0.50

Tested by

no test coverage detected