From 2b1beab94fa8be113a238b1c0df6320032170d7d Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Tue, 30 Oct 2018 11:35:53 -0400 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 85f0199..70eb28e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ Change Log ========== +### 1.3.5 ????-??-?? + +* Improved handling of materials with alpha. If the alpha value is 0.0 it is now treated as 1.0. [#164](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/164) + ### 1.3.4 2018-10-16 * Improved parsing models with concave or n-sided faces. [#158](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/158)