SegsEngine icon indicating copy to clipboard operation
SegsEngine copied to clipboard

Extend GridMap to handle multiple MeshLibs

Open nemerle opened this issue 6 years ago • 0 comments

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 :)

nemerle avatar Feb 25 '20 19:02 nemerle