From bd442b05e494c0a9f1bbb62d41fc8622e633f193 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Thu, 9 Jan 2025 21:10:14 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e37aa7..61c9740f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - PNTSLoader: Add support for normals, quantized normals. - TilesRenderer: Support for 3DTILES_ELLIPSOID extension. - Types: Added types for CameraTransitionManager, GlobeControls, EnvironmentControls. +- "inCache" field in TilesRenderer.stats object representing number of tiles in the lru cache for that renderer. ### Fixed - TilesRenderer update no longer implicitly marks all tiles owned by other tiles renderers as unused. All tiles renderers sharing an LRUCache no longer must have their "update" functions called on the same frame. - Types: Fixed types for all plugins options to be appropriately marked as "optional". +### Changed +- Remove "loadIndex" fields for cancelling redundant loads in favor of an abort signal. + ## [0.4.0] - 2024.12.25 ### Changed - Minimum three.js version is now r166