mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 15:43:17 +02:00
Add "RenderWithZones Manager"
This commit is contained in:
parent
c843e63572
commit
89f7d70c59
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
//
|
||||
// Copyright 2014 High Fidelity, Inc.
|
||||
// Copyright 2020 Vircadia contributors.
|
||||
// Copyright 2023 Overte e.V.
|
||||
// Copyright 2023-2024 Overte e.V.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
@ -422,6 +422,8 @@ var EntityListTool = function(shouldUseEditTabletApp, selectionManager) {
|
|||
that.createApp.alignGridToAvatar();
|
||||
} else if (data.type === 'brokenURLReport') {
|
||||
brokenURLReport(that.selectionManager.selections);
|
||||
} else if (data.type === 'renderWithZonesManager') {
|
||||
renderWithZonesManager(that.selectionManager.selections);
|
||||
} else if (data.type === 'toggleGridVisibility') {
|
||||
that.createApp.toggleGridVisibility();
|
||||
} else if (data.type === 'toggleSnapToGrid') {
|
||||
|
|
Loading…
Reference in a new issue