You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
-
## Unreleased
7
+
## [0.4.1] - 2025.01.14
8
8
### Added
9
9
- PNTSLoader: Add support for normals, quantized normals.
10
10
- TilesRenderer: Support for 3DTILES_ELLIPSOID extension.
11
11
- Types: Added types for CameraTransitionManager, GlobeControls, EnvironmentControls.
12
12
- "inCache" field in TilesRenderer.stats object representing number of tiles in the lru cache for that renderer.
13
+
- TilesRenderer: added "loadProgress" field.
13
14
14
15
### Fixed
15
16
- TilesRenderer update no longer implicitly marks all tiles owned by other tiles renderers as unused. All tiles renderers sharing an LRUCache no longer must have their "update" functions called on the same frame.
0 commit comments