virtualx-engine/editor/import
Arseny Kapoulkine 0fde03c0e0 Optimize base and shadow meshes for cache
Previously, vertex cache optimization was ran for the LOD meshes, but
was never ran for the base mesh or for the shadow meshes, including
shadow LOD chain (shadow LOD chain would sometimes get implicitly
optimized for vertex cache as a byproduct of base LOD optimization, but
not always). This could significantly affect the rendering performance
of geometry heavy scenes, especially for depth or shadow passes where
the fragment load is light.
2024-08-16 07:36:12 -07:00
..
3d Optimize base and shadow meshes for cache 2024-08-16 07:36:12 -07:00
atlas_import_failed.xpm
audio_stream_import_settings.cpp [Scene] Add SceneStringNames::text/value_changed 2024-06-19 09:44:38 +02:00
audio_stream_import_settings.h Organize existing code for editor plugins 2024-04-27 11:59:58 -07:00
dynamic_font_import_settings.cpp Split TranslationServer into its own file 2024-08-15 15:00:47 +08:00
dynamic_font_import_settings.h
editor_import_plugin.cpp
editor_import_plugin.h
resource_importer_bitmask.cpp
resource_importer_bitmask.h
resource_importer_bmfont.cpp [Import] Add "skip file" import option to skip (and exclude from export) importable formats, auto set it for the images used by bitmap font. 2024-03-12 21:34:40 +02:00
resource_importer_bmfont.h
resource_importer_csv_translation.cpp Split TranslationServer into its own file 2024-08-15 15:00:47 +08:00
resource_importer_csv_translation.h
resource_importer_dynamic_font.cpp [Font Import] Detect pixel fonts and disable subpixel positioning. 2024-07-23 20:34:39 +03:00
resource_importer_dynamic_font.h
resource_importer_image.cpp
resource_importer_image.h
resource_importer_imagefont.cpp Remove monospace/fixed-width from the ResourceImporterImageFont name and description. 2024-06-19 08:42:13 +03:00
resource_importer_imagefont.h
resource_importer_layered_texture.cpp
resource_importer_layered_texture.h
resource_importer_shader_file.cpp Merge pull request #92539 from RandomShaper/no_crash_glsl_headless 2024-05-30 15:41:59 +02:00
resource_importer_shader_file.h
resource_importer_texture.cpp Improve memory usage for image import and PortableCompressedTexture2D 2024-05-20 19:40:39 -04:00
resource_importer_texture.h
resource_importer_texture_atlas.cpp
resource_importer_texture_atlas.h
resource_importer_texture_settings.cpp
resource_importer_texture_settings.h
resource_importer_wav.cpp Merge pull request #91014 from DeeJayLSP/qoa-wav-playback 2024-05-02 12:46:32 +02:00
resource_importer_wav.h
SCsub