mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:17:34 +02:00
Add "RenderWithZones Manager"
This commit is contained in:
parent
4e0f85fb92
commit
c843e63572
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
// Created by Ryan Huffman on 19 Nov 2014
|
// Created by Ryan Huffman on 19 Nov 2014
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
// Copyright 2020 Vircadia contributors.
|
// Copyright 2020 Vircadia contributors.
|
||||||
|
// Copyright 2024 Overte e.V.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
@ -316,6 +317,12 @@
|
||||||
<div class = "menu-item-shortcut"></div>
|
<div class = "menu-item-shortcut"></div>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
<button class="menu-button" id="renderWithZonesManager" >
|
||||||
|
<div class = "menu-item">
|
||||||
|
<div class = "menu-item-caption">RenderWithZones Manager</div>
|
||||||
|
<div class = "menu-item-shortcut"></div>
|
||||||
|
</div>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="menuBackgroundOverlay" ></div>
|
<div id="menuBackgroundOverlay" ></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue