1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 16:50:43 +00:00
godot/modules/gltf/doc_classes
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
..
EditorSceneFormatImporterBlend.xml Add Blender install autodetection and configuration. 2022-04-01 11:01:12 +02:00
EditorSceneFormatImporterFBX.xml Add fbx2gltf support for importing .fbx files 2022-03-30 15:22:46 +02:00
EditorSceneFormatImporterGLTF.xml Add support for importing .blend files 2022-03-29 21:54:41 +02:00
GLTFAccessor.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
GLTFAnimation.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
GLTFBufferView.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
GLTFCamera.xml Move GLTF camera conversion code into GLTFCamera 2022-08-28 11:18:32 -05:00
GLTFDocument.xml Add remove immutable tracks option to glTF importer 2023-01-30 08:57:27 +09:00
GLTFDocumentExtension.xml Pass GLTFState to the export_preflight method 2022-12-11 13:22:25 -06:00
GLTFDocumentExtensionConvertImporterMesh.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
GLTFLight.xml Move GLTF light conversion code into GLTFLight 2022-08-28 11:18:22 -05:00
GLTFMesh.xml Change Array arguments to TypedArray 2022-09-01 13:13:19 +02:00
GLTFNode.xml Add a way to store additional data in GLTFState and GLTFNode 2022-10-15 12:04:36 -05:00
GLTFSkeleton.xml Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00
GLTFSkin.xml Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00
GLTFSpecGloss.xml Document GLTFLight and GLTFSpecGloss 2022-08-14 14:57:58 -05:00
GLTFState.xml gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSED 2023-02-01 01:42:36 -08:00
GLTFTexture.xml GLTF imports & exports material texture filters 2022-10-03 16:20:08 -04:00
GLTFTextureSampler.xml GLTF imports & exports material texture filters 2022-10-03 16:20:08 -04:00