From 87750834bae207e2c0880a5c178bbced3f387041 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Wed, 12 Jun 2024 20:54:17 +0200 Subject: [PATCH] Update docs --- doc/lua_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index e6b051184..66761e8bd 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -293,7 +293,7 @@ depends on by supplying a file with an equal name. Of the model file formats, only a subset is supported: Simple textured meshes (with multiple textures), optionally with normals. -The .x and .b3d formats additionally support skeletal animation. +The .x, .b3d and .gltf formats additionally support (a single) skeletal animation. Do not rely on glTF features not being supported; they may be supported in the future. The backwards compatibility guarantee does not extend to ignoring unsupported features.