feat(gltf): allow sharing models across gltf objects (#9681)

This commit is contained in:
André Costa
2026-02-26 15:23:47 +01:00
committed by GitHub
parent b3c45b126f
commit 65192290e6
21 changed files with 765 additions and 331 deletions
+1 -1
View File
@@ -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);