From a7e996f0e8ed9456e1f135ba68d47993535e51a2 Mon Sep 17 00:00:00 2001 From: Chetan Date: Sun, 8 Oct 2023 10:51:48 +0800 Subject: [PATCH] Update Changes.md to reflect the change whereby filepaths are now stripped of their double quotes --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 7d3862f..14b3676 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ### 3.2.0 - 2023-??-?? - Added `doubleSidedMaterial` option to force materials to be rendered double sided. [#294](https://github.com/CesiumGS/obj2gltf/pull/294) +- Strip file paths of any enclosing double-quotes to allow the mtl/texture files to be properly parsed [#297](https://github.com/CesiumGS/obj2gltf/pull/297) ### 3.1.6 - 2023-02-10