Update to version 2.3.2

This commit is contained in:
Sean Lilley 2018-11-02 22:25:58 -04:00
parent ac03e9f8ee
commit 0b30a11e3a
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
Change Log
==========
### 2.3.2 ????-??-??
### 2.3.2 2018-11-02
* Improved handling of primitives with different attributes using the same material. Materials are now duplicated. [#162](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/162)
* Fixed a bug where primitives without texture coordinates could use materials containing textures. Those textures are now removed. [#162](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/162)
* Improved parsing of faces with mismatching attributes. [#161](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/161)

View File

@ -1,6 +1,6 @@
{
"name": "obj2gltf",
"version": "2.3.1",
"version": "2.3.2",
"description": "Convert OBJ model format to glTF",
"license": "Apache-2.0",
"contributors": [