Updated CHANGES.md

This commit is contained in:
Sean Lilley 2018-10-29 23:16:41 -04:00
parent c60f4ebde3
commit 721198557a
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
Change Log
==========
### 1.3.5 ????-??-??
* Improved handling of primitives with different attributes using the same material. Materials are now duplicated. [#163](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/163)
* Fixed a bug where primitives without texture coordinates could use materials containing textures. Those textures are now removed. [#163](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/163)
* Improved parsing of faces with mismatching attributes. [#163](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/163)
### 1.3.4 2018-10-16
* Improved parsing models with concave or n-sided faces. [#158](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/158)