Skip to content

Commit ae8ebcb

Browse files
authored
Update CHANGELOG.md
1 parent e4d8e3a commit ae8ebcb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
### Fixed
9+
- Support for embedded tileset / tile geometry URLs with hashes, search query parameters.
10+
11+
## [0.3.2] - 2021-09-02
812
### Changed
9-
- DebugTilesRenderer: "RANDOM_COLOR" debug colors are now consistent between flag toggles.
13+
- DebugTilesRenderer: Bounding boxes now colored down the tree based on depth.
1014
- DebugTilesRenderer: "MeshStandardMaterial" is now used instead of "MeshBasicMaterial" for debugging.
1115
- TilesRenderer: add `getBoundingSphere` function.
1216

@@ -15,7 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1519
- Names for various tile objects.
1620
- DebugTilesRenderer: Added `getDebugColor` function for adjusing the debug visualization colors.
1721
- Support for computing screen space error for tiles that had sphere bounds but no box bounds.
18-
- Support for embedded tileset / tile geometry URLs with hashes, search query parameters.
1922
- DebugTilesRenderer: Added `customColorCallback` and `CUSTOM_COLOR` mode for custom debug coloring.
2023

2124
### Fixed

0 commit comments

Comments
 (0)