Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_pick_hit_normal_y
Function
bloom_pick_hit_normal_y
native/web/src/lib.rs:1740–1742 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1738
1739
#[wasm_bindgen]
1740
pub fn bloom_pick_hit_normal_y() -> f64 {
1741
unsafe { LAST_PICK.as_ref().map(|r| r.normal[1] as f64).unwrap_or(0.0) }
1742
}
1743
1744
#[wasm_bindgen]
1745
pub fn bloom_pick_hit_normal_z() -> f64 {
Callers
1
pickScene
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected