Skip to content

Commit 0cc7644

Browse files
committed
Merge branch 'main' into main-thread-dispatch
2 parents 812b467 + 56840e6 commit 0cc7644

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
### ? - ?
3+
### v0.58.0 - 2026-03-02
44

55
##### Fixes :wrench:
66

@@ -9,6 +9,7 @@
99
- Line width is now factored in to calculations of what geometry is visible in any given tile, reducing the possibility that certain geometry (like perfectly vertical or horizontal lines) would be incorrectly ignored.
1010
- Geometry near the antimeridian, such as lines that need to wrap around the entire globe, will now render correctly without gaps.
1111
- Geometry contained in other objects, such as polygons within feature collections, will no longer cause the geometry to be incorrectly rendered multiple times.
12+
- Updated the `KHR_gaussian_splatting` autogenerated classes to the Release Candidate version of the extension.
1213

1314
### v0.57.0 - 2026-02-02
1415

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ endif()
194194
include("cmake/defaults.cmake")
195195

196196
project(cesium-native
197-
VERSION 0.57.0
197+
VERSION 0.58.0
198198
LANGUAGES CXX C
199199
)
200200

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cesium/cesium-native",
33
"private": true,
4-
"version": "0.57.0",
4+
"version": "0.58.0",
55
"description": "Cesium 3D Geospatial for C++",
66
"main": "index.js",
77
"directories": {

0 commit comments

Comments
 (0)