godot/modules/assimp
reduz 70f5972905 Refactored Mesh internals and formats.
-Changed how mesh data is organized, hoping to make it more efficient on Vulkan and GLES.
-Removed compression, it now always uses the most efficient format.
-Added support for custom arrays (up to 8 custom formats)
-Added support for 8 weights in skeleton data.
-Added a simple optional versioning system for imported assets, to reimport if binary is newer
-Fixes #43979 (I needed to test)

WARNING:

-NOT backwards compatible with previous 4.x-devel, will most likely never be, but it will force reimport scenes due to version change.
-NOT backwards compatible with 3.x scenes, this will be eventually re-added.
-Skeletons not working any longer, will fix in next PR.
2020-12-02 13:07:59 -03:00
..
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
editor_scene_importer_assimp.cpp Refactored Mesh internals and formats. 2020-12-02 13:07:59 -03:00
editor_scene_importer_assimp.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
godot_update_assimp.sh Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
import_state.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
import_utils.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
register_types.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00