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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
12
- TilesRenderer: Added "optimizedLoadStrategy" and "loadSiblings" options. These are experimental settings and are planned to be the default and only tile load strategy.
13
13
- R3F: added "EllipsoidContext" with "ellipsoid" and "frame" fields
14
14
- Export FeatureTable, BatchTable classes.
15
+
- TilingScheme: "tileSplitX" and "tileSplitY" variables per tile
15
16
16
17
### Changed
17
18
- ImageOverlayPlugin: Textures are now assumed to be straight alpha.
@@ -21,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21
22
### Fixed
22
23
- Fix mouse offset in Controls.
23
24
- Fixed case where DebugTilesPlugin could throw an error when toggling "enabled".
25
+
- DebugTilesPlugin: Fixed case where "enabled" was not resepected if set to false on creation.
0 commit comments