SegsEngine
SegsEngine copied to clipboard
Extend GridMap to handle multiple MeshLibs
Right now GridMap supports only a single MeshLib, it would be cool if it supported more :)
A good first step would be converting GridMap::mesh_library to a vector of Ref<MeshLibrary>
and fixing all resulting compilation errors
- Test the change using https://docs.godotengine.org/en/3.1/tutorials/3d/using_gridmaps.html as a unit-test :)