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

Function bloom_pick_hit_z

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

Source from the content-addressed store, hash-verified

1728
1729#[wasm_bindgen]
1730pub fn bloom_pick_hit_z() -> f64 {
1731 unsafe { LAST_PICK.as_ref().map(|r| r.point[2] as f64).unwrap_or(0.0) }
1732}
1733
1734#[wasm_bindgen]
1735pub fn bloom_pick_hit_normal_x() -> f64 {

Callers 1

pickSceneFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected