File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments