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