From 3baeb5f4a2accc77a2028c72c15c8bd28510382d Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Thu, 26 Apr 2018 12:24:20 -0400 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 117594f4d835..de4816d0e386 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,8 @@ Change Log * Fixed crash bug in PolylineCollection when a polyline was updated and removed at the same time. [#6455](https://github.com/AnalyticalGraphicsInc/cesium/pull/6455) * Fixed Imagery Layers Texture Filters Sandcastle example. [#6472](https://github.com/AnalyticalGraphicsInc/cesium/pull/6472). * Fixed a bug causing Cesium 3D Tilesets to not clip properly when tiles were unloaded and reloaded. [#6484](https://github.com/AnalyticalGraphicsInc/cesium/issues/6484) +* Fixed rendering of glTF models that don't contain normals. [#6501](https://github.com/AnalyticalGraphicsInc/cesium/pull/6501) +* Fixed rendering of glTF models with emissive-only materials. [#6501](https://github.com/AnalyticalGraphicsInc/cesium/pull/6501) ### 1.44 - 2018-04-02