buttons für farbdarstellung hinzugefügt
This commit is contained in:
+6
-1
@@ -55,11 +55,16 @@
|
||||
</div>
|
||||
<button id="disable">Punktwolke ausblenden</button>
|
||||
<p class="sideBarText">Qualität der Punktwolke</p>
|
||||
<div id="buttonRow">
|
||||
<div class="buttonRow">
|
||||
<button class="qualityButtons">niedrig</button>
|
||||
<button class="qualityButtons active">mittel</button>
|
||||
<button class="qualityButtons">hoch</button>
|
||||
</div>
|
||||
<p class="sideBarText">Farbdarstellung</p>
|
||||
<div class="buttonRow">
|
||||
<button class="colorButtons active">RGB</button>
|
||||
<button class="colorButtons">höhencodiert</button>
|
||||
</div>
|
||||
<p class="sideBarText" id="pointSliderValue"></p>
|
||||
<input id="pointSlider" type="range" min="1000000" max="9000000" value="3000000">
|
||||
<p class="sideBarText" id="pointSizeSliderValue"></p>
|
||||
|
||||
Reference in New Issue
Block a user