From 982db660c631c8c3d9bf0bde514197e716a11b84 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Mon, 6 Nov 2023 17:23:22 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cec38158f..02bfad5bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -242,7 +242,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.1.6] - 2020-10-08 ### Added - `batchTable` and `featureTable` fields onto loaded B3DM, I3DM, and PNTS scene objects directly. -- `stopAtEmptyTiles` which defaults to false so tilesets correctly stop traversal at empty tiles. +- `stopAtEmptyTiles` which defaults to true so tilesets correctly stop traversal at empty tiles. ### Changed - Tileset traversal now correctly stops at empty tiles if they do no meet the SSE requirement. Previous behavior can be retained for now by settings `stopAtEmptyTiles` to `false`.