refactor(viewer): cleanup

This commit is contained in:
Dimitrie Stefanescu
2021-02-21 22:02:22 +00:00
parent 0cd249dc51
commit 73dca8dc3a
8 changed files with 211 additions and 544 deletions
+1 -1
View File
@@ -32,8 +32,8 @@
<p>Click an object to select it. Double click it to focus on it. Press `esc` to clear the selection. Press `shift-s` to toggle a section plane. Press `s` while the section plane is active to toggle its control mode. Double click anywhere outside an object to zoom extents to the entire scene.</p>
</div>
<div class="twelve columns">
<button onclick="v.sceneManager.zoomExtents()">Zoom Extents</button>
<button onclick="v.postprocessing = !v.postprocessing">Postprocessing Toggle</button>
<button onclick="v.interactions.zoomExtents()">Zoom Extents</button>
<button onclick="v.interactions.toggleSectionBox()">Toggle Section Box</button>
</div>
<div class="twelve columns">