mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 11:57:48 +08:00
feat(gltf): allow sharing models across gltf objects (#9681)
This commit is contained in:
@@ -291,7 +291,7 @@ Control model animations with these functions:
|
||||
lv_gltf_model_play_animation(model, 0);
|
||||
|
||||
/* Control animation speed */
|
||||
lv_gltf_set_animation_speed(gltf, LV_GLTF_ANIM_SPEED_2X);
|
||||
lv_gltf_model_set_animation_speed(model, LV_GLTF_ANIM_SPEED_2X);
|
||||
|
||||
/* Pause/resume animation */
|
||||
lv_gltf_model_pause_animation(model);
|
||||
|
||||
Reference in New Issue
Block a user