Deckgl version fertiggestellt. Switch zwischen deckgl und Potree möglich. Pointbudget entfernt

This commit is contained in:
2026-06-16 13:15:38 +02:00
parent e26ebc2bf0
commit 7e063db32e
3 changed files with 187 additions and 69 deletions
+7 -4
View File
@@ -65,15 +65,18 @@
<button class="colorButtons active" id="rgb">RGB</button>
<button class="colorButtons" id="height">höhencodiert</button>
</div>
<p class="sideBarText" id="pointSliderValue"></p>
<input id="pointSlider" type="range" min="500000" max="10000000" value="3000000">
<p class="sideBarText" id="pointSizeSliderValue">Punktgröße</p>
<div class="slider-labels">
<span>Klein</span>
<span>Groß</span>
</div>
<input id="pointSizeSlider" type="range" min="0" max="1000" value="0" step="1">
<button id="openInfoPanel" title="Informationen zur Punktwolke"><img id="location" title="Standort zurücksetzen" src="info.png" />Informationen</button>
<input id="pointSizeSlider" type="range" min="1" max="10" value="2" step="1">
<p class="sideBarText">Renderer</p>
<button id="rendererToggle" data-active="deckgl" title="Renderer wechseln">
<span id="rendererLabel">Renderer: Deck.gl</span>
<span id="rendererIcon"></span>
</button>
<button id="openInfoPanel" title="Informationen zur Punktwolke"><img src="info.png"/>Informationen</button>
<div class="logos">
<a href="http://www.jade-hs.de">
<img id="logoJadeHs" src="logoJadeHs.png" />