From 643d1cbd8d254cc9c63dd6a1f8e6fb175d21f904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= <34514239+appgurueu@users.noreply.github.com> Date: Sat, 19 Jul 2025 21:31:45 +0200 Subject: [PATCH] Docs: Remove outdated glTF status notice glTF now both unlocks (minor) new features, e.g. constant interpolation, and supports animation. --- doc/lua_api.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index 1b855e1d2..5b6836ed4 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -309,10 +309,6 @@ The .x, .b3d and .gltf formats additionally support (a single) animation. #### glTF -The glTF model file format for now only serves as a -more modern alternative to the other static model file formats; -it unlocks no special rendering features. - Binary glTF (`.glb`) files are supported and recommended over `.gltf` files due to their space savings.