Skip to content

Commit 382c864

Browse files
authored
Update CHANGELOG.md
1 parent 2b8b413 commit 382c864

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
- Export FeatureTable, BatchTable classes.
1515
- TilingScheme: "tileSplitX" and "tileSplitY" variables per tile
1616
- XYZImageFormat: add "projection" option and ability to set tile settings per-level.
17+
- DebugTilesPlugin: add "update" function so settings can be updated without updating tiles
1718

1819
### Changed
1920
- ImageOverlayPlugin: Textures are now assumed to be straight alpha.
@@ -22,6 +23,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2223
- Renamed the "cached" tile subfield to "engineData".
2324
- Moved a number of tile fields into "traversal" and "internal" subfields on "tile" object.
2425
- ImplicitTilingPlugin: Moved implicit tiling fields onto a new "implicitTilingData" object.
26+
- DebugTilesPlugin: Replaced "getTileInformationFromActiveObject" function with "getTileFromObject3D".
27+
- DebugTilesPlugin: Add transparent mesh to box helper visualization.
2528

2629
### Fixed
2730
- Fix mouse offset in Controls.

0 commit comments

Comments
 (0)