mirror of https://github.com/CesiumGS/cesium.git
21 lines
554 B
HTML
21 lines
554 B
HTML
<style>
|
|
@import url(../templates/bucket.css);
|
|
</style>
|
|
<div id="cesiumContainer" class="fullSize"></div>
|
|
<div id="loadingOverlay"><h1>Loading...</h1></div>
|
|
<div id="toolbar">
|
|
<select data-bind="options: exampleTypes, value: currentExampleType"></select>
|
|
<input
|
|
type="checkbox"
|
|
value="false"
|
|
data-bind="checked: debugBoundingVolumesEnabled, valueUpdate: 'input'"
|
|
/>
|
|
Show bounding volume
|
|
<input
|
|
type="checkbox"
|
|
value="true"
|
|
data-bind="checked: edgeStylingEnabled, valueUpdate: 'input'"
|
|
/>
|
|
Enable edge styling
|
|
</div>
|