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
2020-06-27 21:44:45 +02:00
doc_classes Sync classref with the current source. 2020-04-18 02:39:07 +02:00
nodes Added a MeshDataInstance node. 2020-06-27 21:44:45 +02:00
plugin_collada Added collider shape generation support. Also removed a leftover debug print. 2020-06-21 16:29:28 +02:00
plugin_gltf Added collider shape generation support. Also removed a leftover debug print. 2020-06-21 16:29:28 +02:00
.gitignore Moved the classes from ESS to this module. 2019-12-20 16:14:37 +01:00
config.py Added a MeshDataInstance node. 2020-06-27 21:44:45 +02:00
LICENSE Added the license to all cpp files. Also updated the license text for 2020. 2020-01-31 19:38:20 +01:00
mesh_data_resource.cpp Added collider shape generation support. Also removed a leftover debug print. 2020-06-21 16:29:28 +02:00
mesh_data_resource.h Added collider shape generation support. Also removed a leftover debug print. 2020-06-21 16:29:28 +02:00
README.md Initial commit 2019-12-20 14:32:41 +01:00
register_types.cpp Added a MeshDataInstance node. 2020-06-27 21:44:45 +02:00
register_types.h Added the license to all cpp files. Also updated the license text for 2020. 2020-01-31 19:38:20 +01:00
SCsub Added a MeshDataInstance node. 2020-06-27 21:44:45 +02:00

mesh_data_resource

GODOT mesh importer engine module for easy mesh merging.