Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3eec7b8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mholthausen committed Nov 8, 2023
1 parent b1ae6c9 commit bd5df4b
Show file tree
Hide file tree
Showing 278 changed files with 2,753 additions and 142 deletions.
1 change: 0 additions & 1 deletion ThirdParty/Workers/basis_transcoder.js

This file was deleted.

1 change: 0 additions & 1 deletion ThirdParty/Workers/draco_decoder_nodejs.js

This file was deleted.

1 change: 0 additions & 1 deletion ThirdParty/Workers/package.js

This file was deleted.

2 changes: 1 addition & 1 deletion ThirdParty/Workers/pako_deflate.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ThirdParty/Workers/pako_inflate.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ThirdParty/Workers/z-worker-pako.js

Large diffs are not rendered by default.

Binary file modified ThirdParty/draco_decoder.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion ThirdParty/google-earth-dbroot-parser.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed Widgets/Images/ImageryProviders/esriWorldImagery.png
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions Widgets/Viewer/Viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,13 @@
overflow-y: auto;
overflow-x: hidden;
}
.cesium-viewer-voxelInspectorContainer {
display: block;
position: absolute;
top: 50px;
right: 10px;
max-height: calc(100% - 120px);
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
}
16 changes: 16 additions & 0 deletions Widgets/VoxelInspector/VoxelInspector.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/* packages/widgets/Source/VoxelInspector/VoxelInspector.css */
.cesium-VoxelInspector {
width: 300px;
pointer-events: all;
}
.cesium-VoxelInspector div,
.cesium-VoxelInspector input[type=range] {
width: 100%;
box-sizing: border-box;
}
.cesium-VoxelInspector .cesium-cesiumInspector-section {
margin-top: 3px;
}
.cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader + .cesium-cesiumInspector-show {
border-top: 1px solid white;
}
27 changes: 27 additions & 0 deletions Widgets/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,23 @@ input.cesium-cesiumInspector-url {
width: 100%;
}

/* packages/widgets/Source/VoxelInspector/VoxelInspector.css */
.cesium-VoxelInspector {
width: 300px;
pointer-events: all;
}
.cesium-VoxelInspector div,
.cesium-VoxelInspector input[type=range] {
width: 100%;
box-sizing: border-box;
}
.cesium-VoxelInspector .cesium-cesiumInspector-section {
margin-top: 3px;
}
.cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader + .cesium-cesiumInspector-show {
border-top: 1px solid white;
}

/* packages/widgets/Source/FullscreenButton/FullscreenButton.css */
.cesium-button.cesium-fullscreenButton {
display: block;
Expand Down Expand Up @@ -1280,5 +1297,15 @@ span.cesium-projectionPicker-wrapper {
overflow-y: auto;
overflow-x: hidden;
}
.cesium-viewer-voxelInspectorContainer {
display: block;
position: absolute;
top: 50px;
right: 10px;
max-height: calc(100% - 120px);
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
}

/* packages/widgets/Source/widgets.css */
1 change: 0 additions & 1 deletion Workers/ArcType-ce2e50ab.js

This file was deleted.

1 change: 0 additions & 1 deletion Workers/AttributeCompression-50c9aeba.js

This file was deleted.

1 change: 0 additions & 1 deletion Workers/AxisAlignedBoundingBox-65ccb1a5.js

This file was deleted.

1 change: 0 additions & 1 deletion Workers/BoundingRectangle-e6c89457.js

This file was deleted.

1 change: 0 additions & 1 deletion Workers/BoxGeometry-75e31e96.js

This file was deleted.

Loading

0 comments on commit bd5df4b

Please sign in to comment.