Add building z-limit function to shader and web ui (#462)
This commit is contained in:
@@ -104,3 +104,17 @@ html,body {
|
||||
background-color: #DDDDDD;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#building-solution{
|
||||
z-index: 20001;
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
left: 0px;
|
||||
}
|
||||
input[type=range][orient=vertical]{
|
||||
writing-mode: bt-lr; /* IE */
|
||||
-webkit-appearance: slider-vertical; /* WebKit */
|
||||
width: 8px;
|
||||
height: 175px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
@@ -73,5 +73,8 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="building-solution">
|
||||
<input type="range" orient="vertical" id="building-solution-input" min="0" max="65536" value="65536"/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user