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

Function bloom_scene_set_cast_shadow

native/macos/src/lib.rs:2519–2521  ·  view source on GitHub ↗
(handle: f64, cast: f64)

Source from the content-addressed store, hash-verified

2517
2518#[no_mangle]
2519pub extern "C" fn bloom_scene_set_cast_shadow(handle: f64, cast: f64) {
2520 engine().scene.set_cast_shadow(handle, cast != 0.0);
2521}
2522
2523#[no_mangle]
2524pub extern "C" fn bloom_scene_set_receive_shadow(handle: f64, receive: f64) {

Callers

nothing calls this directly

Calls 2

set_cast_shadowMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected