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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
- TilesRenderer now removes tiles from the download queue if they are no longer needed for rendering. Tiles will continue to process if they are mid-download or parsing.
11
11
- I3DMLoader: Added support for oct-encoded normals.
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
+
- R3F: added "EllipsoidContext" with "ellipsoid" and "frame" fields
14
+
- Export FeatureTable, BatchTable classes.
15
+
- TilingScheme: "tileSplitX" and "tileSplitY" variables per tile
16
+
- 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.
18
+
- LoadRegionPlugin: Added "calculateDistance" function to regions, used for tile load sorting
13
19
14
20
### Changed
15
21
- ImageOverlayPlugin: Textures are now assumed to be straight alpha.
16
22
- ImageOverlayPlugin: Refactor image overlays to afford drawing directly to region textures.
17
23
- GeoJSONOverlay: Add "redraw" function to redraw the geojson once it's changed
24
+
- Renamed the "cached" tile subfield to "engineData".
25
+
- Moved a number of tile fields into "traversal" and "internal" subfields on "tile" object.
26
+
- ImplicitTilingPlugin: Moved implicit tiling fields onto a new "implicitTilingData" object.
27
+
- DebugTilesPlugin: Replaced "getTileInformationFromActiveObject" function with "getTileFromObject3D".
28
+
- DebugTilesPlugin: Add transparent mesh to box helper visualization.
29
+
- TilesRenderer: Moved "update-before", "update-after" events to TilesRendererBase.
30
+
- Plugins: moved handling of "doTilesNeedUpdate" to TilesRendererBase.
31
+
- TilesRenderer: "dispose-model" even is now fired before "dispose" is called on sub objects.
32
+
33
+
### Fixed
34
+
- Fix mouse offset in Controls.
35
+
- Fixed case where DebugTilesPlugin could throw an error when toggling "enabled".
36
+
- DebugTilesPlugin: Fixed case where "enabled" was not resepected if set to false on creation.
0 commit comments