Update version to 3.1.3

This commit is contained in:
Sean Lilley 2021-09-15 12:16:51 -04:00
parent 39d817da90
commit 359341f50c
3 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,8 @@
### 3.1.3 - 2021-09-15 ### 3.1.3 - 2021-09-15
- Fixed bug where missing .mtl files were no longer being handled gracefully in Node 16. [#268](https://github.com/CesiumGS/obj2gltf/pull/268) - Fixed bug where missing .mtl files were no longer being handled gracefully in Node 16. [#268](https://github.com/CesiumGS/obj2gltf/pull/268)
- Fixed parsing models with tab separated elements like those exported from Tinkercad. [#259](https://github.com/CesiumGS/obj2gltf/pull/259)
- Locked CesiumJS to 1.84.0 to prevent "ReferenceError: Blob is not defined" error when running obj2gltf.
### 3.1.2 - 2021-08-02 ### 3.1.2 - 2021-08-02

View File

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

View File

@ -1,4 +1,4 @@
mtllib box.mtl mtllib box-with-tabs.mtl
o Cube o Cube
v -1.000000 -1.00000 1.000000 v -1.000000 -1.00000 1.000000
v -1.000000 1.000000 1.000000 v -1.000000 1.000000 1.000000