Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0430126 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mholthausen committed Mar 28, 2024
1 parent 896bc6f commit 98dc529
Show file tree
Hide file tree
Showing 281 changed files with 1,465 additions and 1,390 deletions.
1 change: 0 additions & 1 deletion 486.js

This file was deleted.

1 change: 0 additions & 1 deletion 514.js

This file was deleted.

1 change: 0 additions & 1 deletion 645.js

This file was deleted.

1 change: 0 additions & 1 deletion 800.js

This file was deleted.

2 changes: 1 addition & 1 deletion Assets/approximateTerrainHeights.json

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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* packages/widgets/Source/I3SBuildingSceneLayerExplorer/I3SBuildingSceneLayerExplorer.css */
ul {
list-style-type: none;
}
.layersList {
padding: 0;
}
input {
margin: 0 3px 0 0;
}
.expandItem {
cursor: pointer;
user-select: none;
width: 20px;
}
.nested,
#bsl-wrapper {
display: none;
}
.active {
display: block;
}
.li-wrapper {
display: flex;
flex-direction: row;
align-content: center;
}
9 changes: 8 additions & 1 deletion Widgets/Timeline/Timeline.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@
cursor: pointer;
width: 100%;
height: 1.7em;
background: linear-gradient(to bottom, rgba(116, 117, 119, 0.8) 0%, rgba(58, 68, 82, 0.8) 11%, rgba(46, 50, 56, 0.8) 46%, rgba(53, 53, 53, 0.8) 81%, rgba(53, 53, 53, 0.8) 100%);
background:
linear-gradient(
to bottom,
rgba(116, 117, 119, 0.8) 0%,
rgba(58, 68, 82, 0.8) 11%,
rgba(46, 50, 56, 0.8) 46%,
rgba(53, 53, 53, 0.8) 81%,
rgba(53, 53, 53, 0.8) 100%);
}
.cesium-timeline-ruler {
visibility: hidden;
Expand Down
7 changes: 6 additions & 1 deletion Widgets/Timeline/lighter.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/* packages/widgets/Source/Timeline/lighter.css */
.cesium-lighter .cesium-timeline-bar {
background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 50%, #fafafa 100%);
background:
linear-gradient(
to bottom,
#eeeeee 0%,
#ffffff 50%,
#fafafa 100%);
}
.cesium-lighter .cesium-timeline-ticLabel {
color: #000;
Expand Down
7 changes: 6 additions & 1 deletion Widgets/lighter.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,12 @@

/* packages/widgets/Source/Timeline/lighter.css */
.cesium-lighter .cesium-timeline-bar {
background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 50%, #fafafa 100%);
background:
linear-gradient(
to bottom,
#eeeeee 0%,
#ffffff 50%,
#fafafa 100%);
}
.cesium-lighter .cesium-timeline-ticLabel {
color: #000;
Expand Down
37 changes: 36 additions & 1 deletion Widgets/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,14 @@ span.cesium-projectionPicker-wrapper {
cursor: pointer;
width: 100%;
height: 1.7em;
background: linear-gradient(to bottom, rgba(116, 117, 119, 0.8) 0%, rgba(58, 68, 82, 0.8) 11%, rgba(46, 50, 56, 0.8) 46%, rgba(53, 53, 53, 0.8) 81%, rgba(53, 53, 53, 0.8) 100%);
background:
linear-gradient(
to bottom,
rgba(116, 117, 119, 0.8) 0%,
rgba(58, 68, 82, 0.8) 11%,
rgba(46, 50, 56, 0.8) 46%,
rgba(53, 53, 53, 0.8) 81%,
rgba(53, 53, 53, 0.8) 100%);
}
.cesium-timeline-ruler {
visibility: hidden;
Expand Down Expand Up @@ -1308,4 +1315,32 @@ span.cesium-projectionPicker-wrapper {
overflow-x: hidden;
}

/* packages/widgets/Source/I3SBuildingSceneLayerExplorer/I3SBuildingSceneLayerExplorer.css */
ul {
list-style-type: none;
}
.layersList {
padding: 0;
}
input {
margin: 0 3px 0 0;
}
.expandItem {
cursor: pointer;
user-select: none;
width: 20px;
}
.nested,
#bsl-wrapper {
display: none;
}
.active {
display: block;
}
.li-wrapper {
display: flex;
flex-direction: row;
align-content: center;
}

/* packages/widgets/Source/widgets.css */
2 changes: 0 additions & 2 deletions Workers/chunk-2F7QWDFC.js

This file was deleted.

4 changes: 2 additions & 2 deletions Workers/chunk-YYYI3I6L.js → Workers/chunk-3G4OCZJT.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license
* Cesium - https://github.com/CesiumGS/cesium
* Version 1.112
* Version 1.115
*
* Copyright 2011-2022 Cesium Contributors
*
Expand Down
4 changes: 2 additions & 2 deletions Workers/chunk-BIYNNQRQ.js → Workers/chunk-4KGDZUZQ.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license
* Cesium - https://github.com/CesiumGS/cesium
* Version 1.112
* Version 1.115
*
* Copyright 2011-2022 Cesium Contributors
*
Expand Down
2 changes: 1 addition & 1 deletion Workers/chunk-2DNLGXTL.js → Workers/chunk-4VIV3K4J.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/*! For license information please see chunk-2DNLGXTL.js.LICENSE.txt */
/*! For license information please see chunk-4VIV3K4J.js.LICENSE.txt */
var e={NONE:0,TOP:1,ALL:2},t=Object.freeze(e);export{t as a};
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license
* Cesium - https://github.com/CesiumGS/cesium
* Version 1.112
* Version 1.115
*
* Copyright 2011-2022 Cesium Contributors
*
Expand Down
Loading

0 comments on commit 98dc529

Please sign in to comment.