From 550f911b31453a270e2be2ca298701a0fbb64496 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Wed, 21 Aug 2024 22:00:07 +1000 Subject: [PATCH] Update CHANGES.md. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 18b1dead..46b31cf9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ - Fixed a bug that could cause a crash in `CesiumIonSession` when the object was garbage collected or the AppDomain was unloaded while network requests were in progress. - Fixed a bug that could cause `CesiumFlyToController` to unexpectedly interrupt a flight. +- glTF `doubleSided` materials are now supported. Previously, models using this property would appear inside-out. ## v1.11.1 - 2024-08-01