summaryrefslogtreecommitdiffhomepage
path: root/examples/models
diff options
context:
space:
mode:
authorRay <[email protected]>2023-01-02 20:48:02 +0100
committerRay <[email protected]>2023-01-02 20:48:02 +0100
commitb85490980339cab5cbdde4d674624deaabff783c (patch)
tree3f82a04328cd1fa190fdd4bd06ef5ed036ef2e19 /examples/models
parentd3c1a04983ee8fdc5dc3bbad5f77c572dd20c36c (diff)
downloadraylib-b85490980339cab5cbdde4d674624deaabff783c.tar.gz
raylib-b85490980339cab5cbdde4d674624deaabff783c.zip
Update models_loading_gltf.c
Diffstat (limited to 'examples/models')
-rw-r--r--examples/models/models_loading_gltf.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/models/models_loading_gltf.c b/examples/models/models_loading_gltf.c
index c19df3f5..fcd46949 100644
--- a/examples/models/models_loading_gltf.c
+++ b/examples/models/models_loading_gltf.c
@@ -1,6 +1,13 @@
/*******************************************************************************************
*
-* raylib [models] example - loading gltf
+* raylib [models] example - loading gltf with animations
+*
+* LIMITATIONS:
+* - Only supports 1 armature per file, and skips loading it if there are multiple armatures
+* - Only supports linear interpolation (default method in Blender when checked
+* "Always Sample Animations" when exporting a GLTF file)
+* - Only supports translation/rotation/scale animation channel.path,
+* weights not considered (i.e. morph targets)
*
* Example originally created with raylib 3.7, last time updated with raylib 4.2
*