From 723a059e3e0e3b333ecca52088114ec200e5038a Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Thu, 21 Sep 2017 10:45:56 -0400 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 65456fe..7f43c03 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ Change Log ### 2.1.0 ??? +* Added back support for the `CONSTANT` technique when a model uses the `KHR_materials_common` extension and has no normals. [#108](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/108) * Improved handling of materials with alpha. If the alpha value is 0.0 it is now treated as 1.0. [#107](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/107) ### 2.0.0 2017-08-11