Skip to content

Commit 1b283fd

Browse files
authored
Merge branch 'main' into patch-release-guide
2 parents 8872bd6 + 7923352 commit 1b283fd

File tree

33 files changed

+406
-1236
lines changed

33 files changed

+406
-1236
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,20 @@
1111

1212
#### Fixes :wrench:
1313

14+
- Fixed parsing content bounding volumes contained in 3D Tiles 1.1 subtree files. [#12972](https://github.com/CesiumGS/cesium/pull/12972)
1415
- Fixes an event bug following recent changes, where adding a new listener during an event callback caused an infinite loop. [#12955](https://github.com/CesiumGS/cesium/pull/12955)
1516
- Fix issues with label background when updating properties while `label.show` is `false`. [#12138](https://github.com/CesiumGS/cesium/issues/12138)
1617
- Improved performance of `scene.drillPick`. [#12916](https://github.com/CesiumGS/cesium/pull/12916)
1718
- Improved performance when removing primitives. [#3018](https://github.com/CesiumGS/cesium/pull/3018)
19+
- Improved performance of terrain Quadtree handling of custom data [#12907](https://github.com/CesiumGS/cesium/pull/12907)
20+
21+
## 1.134.1 - 2025-10-10
22+
23+
### @cesium/engine
24+
25+
#### Fixes :wrench:
26+
27+
- Fixed an event bug following recent changes, where adding a new listener during an event callback caused an infinite loop. [#12955](https://github.com/CesiumGS/cesium/pull/12955)
1828

1929
## 1.134 - 2025-10-01
2030

Specs/Data/Cesium3DTiles/Metadata/ImplicitContentBoundingVolumeSemantics/subtrees/1.0/0.0.0.0.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

Specs/Data/Cesium3DTiles/Metadata/ImplicitContentBoundingVolumeSemantics/subtrees/1.1/0.0.0.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"propertyTables": [
2727
{
28-
"class": "tile",
28+
"class": "content",
2929
"count": 73,
3030
"properties": {
3131
"contentBounds": {
@@ -34,5 +34,5 @@
3434
}
3535
}
3636
],
37-
"tileMetadata": 0
37+
"contentMetadata": [0]
3838
}

Specs/Data/Cesium3DTiles/Metadata/ImplicitContentBoundingVolumeSemantics/tileset_1.0.json

Lines changed: 0 additions & 76 deletions
This file was deleted.

Specs/Data/Cesium3DTiles/Metadata/ImplicitContentBoundingVolumeSemantics/tileset_1.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"schema": {
66
"id": "ImplicitContentBoundingVolumeSemanticsMetadataSchemaId",
77
"classes": {
8-
"tile": {
8+
"content": {
99
"properties": {
1010
"contentBounds": {
1111
"type": "SCALAR",

Specs/Data/Cesium3DTiles/Metadata/ImplicitContentHeightAndRegionSemantics/subtrees/1.0/0.0.0.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

Specs/Data/Cesium3DTiles/Metadata/ImplicitContentHeightAndRegionSemantics/subtrees/1.1/0.0.0.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"buffers": [
3-
{
3+
{
44
"uri": "../metadata.bin",
55
"byteLength": 1344
66
}
@@ -35,7 +35,7 @@
3535
},
3636
"propertyTables": [
3737
{
38-
"class": "tile",
38+
"class": "content",
3939
"count": 21,
4040
"properties": {
4141
"minimumHeight": {
@@ -50,5 +50,5 @@
5050
}
5151
}
5252
],
53-
"tileMetadata": 0
54-
}
53+
"contentMetadata": [0]
54+
}

Specs/Data/Cesium3DTiles/Metadata/ImplicitContentHeightAndRegionSemantics/tileset_1.0.json

Lines changed: 0 additions & 69 deletions
This file was deleted.

Specs/Data/Cesium3DTiles/Metadata/ImplicitContentHeightAndRegionSemantics/tileset_1.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"schema": {
66
"id": "ImplicitContentHeightAndRegionSemanticsMetadataSchemaId",
77
"classes": {
8-
"tile": {
8+
"content": {
99
"properties": {
1010
"minimumHeight": {
1111
"type": "SCALAR",

Specs/Data/Cesium3DTiles/Metadata/ImplicitContentHeightSemantics/subtrees/1.0/0.0.0.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)