We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7088eb5 commit c5aaa64Copy full SHA for c5aaa64
CHANGES.md
@@ -1,7 +1,7 @@
1
Change Log
2
==========
3
4
-### 3.?.? ????-??-??
+### 3.1.0 - 2020-03-13
5
6
* Added back `inputUpAxis` and `outputUpAxis`. [#211](https://github.com/CesiumGS/obj2gltf/pull/211)
7
* Fixed handling of mtl and texture absolute paths. [#219](https://github.com/CesiumGS/obj2gltf/pull/219)
package.json
@@ -1,6 +1,6 @@
{
"name": "obj2gltf",
- "version": "3.0.4",
+ "version": "3.1.0",
"description": "Convert OBJ model format to glTF",
"license": "Apache-2.0",
"contributors": [
0 commit comments