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

Function bloom_pick_hit_normal_x

native/web/src/lib.rs:1735–1737  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1733
1734#[wasm_bindgen]
1735pub fn bloom_pick_hit_normal_x() -> f64 {
1736 unsafe { LAST_PICK.as_ref().map(|r| r.normal[0] as f64).unwrap_or(0.0) }
1737}
1738
1739#[wasm_bindgen]
1740pub fn bloom_pick_hit_normal_y() -> f64 {

Callers 1

pickSceneFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected