mirror of
https://github.com/lubosz/overte.git
synced 2025-08-12 12:55:15 +02:00
Add "RenderWithZones Manager"
This commit is contained in:
parent
89f7d70c59
commit
e1efa7fe63
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
// Persist toolbar by HRS 6/11/15.
|
// Persist toolbar by HRS 6/11/15.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
// Copyright 2020 Vircadia contributors.
|
// Copyright 2020 Vircadia contributors.
|
||||||
// Copyright 2022-2023 Overte e.V.
|
// Copyright 2022-2024 Overte e.V.
|
||||||
//
|
//
|
||||||
// This script allows you to edit entities with a new UI/UX for mouse and trackpad based editing
|
// This script allows you to edit entities with a new UI/UX for mouse and trackpad based editing
|
||||||
//
|
//
|
||||||
|
@ -38,6 +38,7 @@
|
||||||
"entitySelectionTool/entitySelectionTool.js",
|
"entitySelectionTool/entitySelectionTool.js",
|
||||||
"audioFeedback/audioFeedback.js",
|
"audioFeedback/audioFeedback.js",
|
||||||
"modules/brokenURLReport.js",
|
"modules/brokenURLReport.js",
|
||||||
|
"modules/renderWithZonesManager.js",
|
||||||
"editModes/editModes.js",
|
"editModes/editModes.js",
|
||||||
"editModes/editVoxels.js"
|
"editModes/editVoxels.js"
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue