1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Improve glTF logging (#15274)

Also removes all animations but the first one from gltf_frog.gltf
to address the corresponding warning.

Catches some more possible exceptions (out of bounds, optional access)
which might be caused by a broken model to properly log them.
This commit is contained in:
Lars Müller
2024-10-15 12:19:19 +02:00
committed by GitHub
parent 6d7a519740
commit c7938ce81c
4 changed files with 68 additions and 54 deletions

View File

@@ -1,6 +1,7 @@
// Minetest
// SPDX-License-Identifier: LGPL-2.1-or-later
#include "EDriverTypes.h"
#include "content/subgames.h"
#include "filesys.h"