From b6fa4203fe5981aceab3eb89d6d1ec00e9da3946 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sun, 22 Dec 2024 02:07:20 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0a91fdc..e8c558176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - TilesFadePlugin: TilesRenderer will now fire visibility hidden events once the tile is completely faded out. - TilesFadePlugin: Fading tiles are now present in the tile set root rather than a sub group. +- TileCompressionPlugin: Change the defaults to not automatically compress normals, uvs to avoid artifacts. ### Added - Added "priority" field to plugins to ensure correct execution order. `TilesCompression` and `BatchedMesh` plugin will always run first.