Update Changes.md to reflect the change whereby filepaths are now stripped of their double quotes

This commit is contained in:
Chetan 2023-10-08 10:51:48 +08:00
parent b99d243f4d
commit a7e996f0e8
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
### 3.2.0 - 2023-??-?? ### 3.2.0 - 2023-??-??
- Added `doubleSidedMaterial` option to force materials to be rendered double sided. [#294](https://github.com/CesiumGS/obj2gltf/pull/294) - 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 ### 3.1.6 - 2023-02-10