summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorSceneFormatImporter.xml
diff options
context:
space:
mode:
authorclayjohn <claynjohn@gmail.com>2023-08-29 21:04:32 +0200
committerclayjohn <claynjohn@gmail.com>2023-10-05 12:02:23 -0600
commit51ed3aef63c0fdfc7666c004cc6d94dd15322d81 (patch)
treede596e05a1319438fb08024f23be417d29446494 /doc/classes/EditorSceneFormatImporter.xml
parentd31794c4a26e5e10fc30c34a1ae9722fd9f50123 (diff)
downloadredot-engine-51ed3aef63c0fdfc7666c004cc6d94dd15322d81.tar.gz
Vertex and attribute compression to reduce the size of the vertex format.
This allows Godot to automatically compress meshes to save a lot of bandwidth. In general, this requires no interaction from the user and should result in no noticable quality loss. This scheme is not backwards compatible, so we have provided an upgrade mechanism, and a mesh versioning mechanism. Existing meshes can still be used as a result, but users can get a performance boost by reimporting assets.
Diffstat (limited to 'doc/classes/EditorSceneFormatImporter.xml')
-rw-r--r--doc/classes/EditorSceneFormatImporter.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/EditorSceneFormatImporter.xml b/doc/classes/EditorSceneFormatImporter.xml
index b507273117..b14810133e 100644
--- a/doc/classes/EditorSceneFormatImporter.xml
+++ b/doc/classes/EditorSceneFormatImporter.xml
@@ -56,5 +56,7 @@
</constant>
<constant name="IMPORT_DISCARD_MESHES_AND_MATERIALS" value="32">
</constant>
+ <constant name="IMPORT_FORCE_DISABLE_MESH_COMPRESSION" value="64">
+ </constant>
</constants>
</class>