From 646b6bfd40db5735d9afd14485ce7e82674e36b7 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sat, 12 Oct 2024 21:34:26 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d458a35..151204db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `ReorientationPlugin` and `GLTFExtensionsPlugin`. - Ability to remove plugins via the `unregisterPlugin` function. - Support for octree subdivision to implicit tiling. +- Initial `BatchedTilePlugin` implementation to examples. ### Changed - LRUCache minSize and maxSize variables to default to 6000, 8000.