(data: &[u8])
| 1248 | |
| 1249 | #[wasm_bindgen] |
| 1250 | pub fn bloom_load_model_animation_bytes(data: &[u8]) -> f64 { |
| 1251 | engine().models.load_model_animation(data) |
| 1252 | } |
| 1253 | |
| 1254 | #[wasm_bindgen] |
| 1255 | pub 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) { |
nothing calls this directly
no test coverage detected