virtualx-engine/modules/gltf/editor
Lyuma bc24d01359 gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSED
This option allows for a safe fallback for embedded gltf textures in cases where VRAM compression is not needed.
Add an is_editor_hint guard around GLTFHandleBinary::HANDLE_BINARY_EXTRACT_TEXTURES, to use EMBED_AS_UNCOMPRESSED by default at runtime.
This provides an option for pixel art to be stored losslessly.
Additionally, respect project importer defaults for texture import settings.
Avoid writing and reimporting extracted textures identical to version on disk.
2023-02-01 01:42:36 -08:00
..
editor_scene_exporter_gltf_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_scene_exporter_gltf_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_scene_importer_blend.cpp Add remove immutable tracks option to glTF importer 2023-01-30 08:57:27 +09:00
editor_scene_importer_blend.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_scene_importer_fbx.cpp Add remove immutable tracks option to glTF importer 2023-01-30 08:57:27 +09:00
editor_scene_importer_fbx.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_scene_importer_gltf.cpp gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSED 2023-02-01 01:42:36 -08:00
editor_scene_importer_gltf.h Handle gltf binary 2023-01-27 02:02:02 -08:00