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

Function bloom_load_model_animation_bytes

native/web/src/lib.rs:1250–1252  ·  view source on GitHub ↗
(data: &[u8])

Source from the content-addressed store, hash-verified

1248
1249#[wasm_bindgen]
1250pub fn bloom_load_model_animation_bytes(data: &[u8]) -> f64 {
1251 engine().models.load_model_animation(data)
1252}
1253
1254#[wasm_bindgen]
1255pub fn bloom_update_model_animation(_handle: f64, _anim_index: f64, _time: f64, _scale: f64, _px: f64, _py: f64, _pz: f64, _rot_sin: f64, _rot_cos: f64) {

Callers

nothing calls this directly

Calls 2

load_model_animationMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected