mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 08:34:14 -05:00
Update version to 3.1.3
This commit is contained in:
parent
39d817da90
commit
359341f50c
@ -3,6 +3,8 @@
|
||||
### 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 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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "obj2gltf",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"description": "Convert OBJ model format to glTF",
|
||||
"license": "Apache-2.0",
|
||||
"contributors": [
|
||||
|
@ -1,4 +1,4 @@
|
||||
mtllib box.mtl
|
||||
mtllib box-with-tabs.mtl
|
||||
o Cube
|
||||
v -1.000000 -1.00000 1.000000
|
||||
v -1.000000 1.000000 1.000000
|
||||
|
Loading…
Reference in New Issue
Block a user