You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
implement individual mesh transform for meshlibrary items
(cherry picked from commit 70108fd850)
This commit is contained in:
@@ -460,7 +460,7 @@ bool GridMap::_octant_update(const OctantKey &p_key) {
|
||||
}
|
||||
|
||||
Pair<Transform, IndexKey> p;
|
||||
p.first = xform;
|
||||
p.first = xform * mesh_library->get_item_mesh_transform(c.item);
|
||||
p.second = E->get();
|
||||
multimesh_items[c.item].push_back(p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user