godot/modules/gltf
Rémi Verschelde e268a8e523
glTF: Fix loading external images as buffer
We should first attempt loading as external files, thus creating a dependency.
Loading as a buffer should only be used as fallback to support manually loading
as PNG or JPEG depending on the defined mimeType.

Fixes #44309, was a regression from #42504.
2021-01-05 16:26:48 +01:00
..
config.py Add exporting glTF2. 2020-12-22 16:56:28 -08:00
editor_scene_exporter_gltf_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
editor_scene_exporter_gltf_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
editor_scene_importer_gltf.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
editor_scene_importer_gltf.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_accessor.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_accessor.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_animation.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_animation.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_buffer_view.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_buffer_view.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_camera.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_camera.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_document.cpp glTF: Fix loading external images as buffer 2021-01-05 16:26:48 +01:00
gltf_document.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_light.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_light.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_mesh.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_mesh.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_node.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_node.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_skeleton.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_skeleton.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_skin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_skin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_spec_gloss.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_spec_gloss.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_state.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_state.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_texture.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gltf_texture.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub Add exporting glTF2. 2020-12-22 16:56:28 -08:00