A Godot c++ engine module. It adds a different data-only mesh type with an importer, so mesh data is available even on gles2.
Go to file
2019-12-25 14:12:09 +01:00
doc_classes Doc setup. 2019-12-25 14:12:09 +01:00
.gitignore Moved the classes from ESS to this module. 2019-12-20 16:14:37 +01:00
config.py Doc setup. 2019-12-25 14:12:09 +01:00
editor_import_collada_mdr.cpp Moved the classes from ESS to this module. 2019-12-20 16:14:37 +01:00
editor_import_collada_mdr.h Moved the classes from ESS to this module. 2019-12-20 16:14:37 +01:00
editor_plugin_collada_mdr.cpp Moved the classes from ESS to this module. 2019-12-20 16:14:37 +01:00
editor_plugin_collada_mdr.h Moved the classes from ESS to this module. 2019-12-20 16:14:37 +01:00
LICENSE Initial commit 2019-12-20 14:32:41 +01:00
mesh_data_resource.cpp Moved the classes from ESS to this module. 2019-12-20 16:14:37 +01:00
mesh_data_resource.h Moved the classes from ESS to this module. 2019-12-20 16:14:37 +01:00
README.md Initial commit 2019-12-20 14:32:41 +01:00
register_types.cpp Moved the classes from ESS to this module. 2019-12-20 16:14:37 +01:00
register_types.h Moved the classes from ESS to this module. 2019-12-20 16:14:37 +01:00
SCsub Moved the classes from ESS to this module. 2019-12-20 16:14:37 +01:00

mesh_data_resource

GODOT mesh importer engine module for easy mesh merging.