classref: Sync with current master branch (929333fe2)

This commit is contained in:
Rémi Verschelde
2023-02-07 17:52:34 +01:00
parent 471ee84a9f
commit fc314262d1
124 changed files with 3532 additions and 2028 deletions
+10 -2
View File
@@ -151,7 +151,7 @@ Constants
**HANDLE_BINARY_DISCARD_TEXTURES** = ``0``
Discards all embedded textures and uses untextured materials.
.. _class_GLTFState_constant_HANDLE_BINARY_EXTRACT_TEXTURES:
@@ -159,7 +159,7 @@ Constants
**HANDLE_BINARY_EXTRACT_TEXTURES** = ``1``
Extracts embedded textures to be reimported and compressed. Editor only. Acts as uncompressed at runtime.
.. _class_GLTFState_constant_HANDLE_BINARY_EMBED_AS_BASISU:
@@ -167,7 +167,15 @@ Constants
**HANDLE_BINARY_EMBED_AS_BASISU** = ``2``
Embeds textures VRAM compressed with Basis Universal into the generated scene.
.. _class_GLTFState_constant_HANDLE_BINARY_EMBED_AS_UNCOMPRESSED:
.. rst-class:: classref-constant
**HANDLE_BINARY_EMBED_AS_UNCOMPRESSED** = ``3``
Embeds textures compressed losslessly into the generated scene, matching old behavior.
.. rst-class:: classref-section-separator