Skip to content

Commit d3a9dbb

Browse files
authored
Update CHANGELOG.md
1 parent c313921 commit d3a9dbb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515
- TilingScheme: "tileSplitX" and "tileSplitY" variables per tile
1616
- XYZImageFormat: add "projection" option and ability to set tile settings per-level.
1717
- DebugTilesPlugin: add "update" function so settings can be updated without updating tiles.
18-
- LoadRegionPlugin: Added "calculateDistance" function to regions, used for tile load sorting
18+
- LoadRegionPlugin: Added "calculateDistance" function to regions, used for tile load sorting.
19+
- TilesRenderer: Added "maxTilesProcessed" field to adjust how much time is spent per frame processing tiles during traversal.
1920

2021
### Changed
2122
- ImageOverlayPlugin: Textures are now assumed to be straight alpha.
@@ -29,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2930
- TilesRenderer: Moved "update-before", "update-after" events to TilesRendererBase.
3031
- Plugins: moved handling of "doTilesNeedUpdate" to TilesRendererBase.
3132
- TilesRenderer: "dispose-model" even is now fired before "dispose" is called on sub objects.
33+
- Simplified handling of processed children, removed `internal.processedChildren`.
3234

3335
### Fixed
3436
- Fix mouse offset in Controls.

0 commit comments

Comments
 (0)