bmh_cesium/public/widgets/setting/view.html

33 lines
1.1 KiB
HTML
Raw Normal View History

2025-03-09 23:23:50 +00:00
<div style="padding:5px;">
<div class="checkbox checkbox-primary checkbox-inline" style="margin-left: 10px;color:#fff;">
<input id="chk_skyAtmosphere" class="styled" type="checkbox" >
<label for="chk_skyAtmosphere">
大气渲染
</label>
</div>
<div class="checkbox checkbox-primary checkbox-inline" style="margin-left: 10px;color:#fff;">
<input id="chk_lightRender" class="styled" type="checkbox" >
<label for="chk_lightRender">
光照渲染
</label>
</div>
<div class="checkbox checkbox-primary checkbox-inline" style="margin-left: 10px;color:#fff;">
<input id="chk_testTerrain" class="styled" type="checkbox" >
<label for="chk_testTerrain">
深度监测
</label>
</div>
<div class="checkbox checkbox-primary checkbox-inline" style="margin-left: 10px;color:#fff;">
<input id="chk_firstPerson" class="styled" type="checkbox" >
<label for="chk_firstPerson">
键盘控制
</label>
</div>
</div>