diff --git a/CHANGES.md b/CHANGES.md index ba21057..77cb62d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ Change Log ========== +### 0.1.5 2016-08-26 + +* Fixed incorrect parameter to the gltf-pipeline. + ### 0.1.4 2016-08-25 * Added compression flag for quantizing positions, compressing texture coordinates, and oct-encoding normals. diff --git a/lib/convert.js b/lib/convert.js index 9c34181..8a135d8 100644 --- a/lib/convert.js +++ b/lib/convert.js @@ -48,7 +48,7 @@ function convert(objFile, outputPath, options) { binary: binary, embed: embed, embedImage: embedImage, - octEncodeNormals: compress, + encodeNormals: compress, quantize: compress, aoOptions: aoOptions, optimizeForCesium : optimizeForCesium, diff --git a/package.json b/package.json index 3c4e51f..f21b938 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obj2gltf", - "version": "0.1.4", + "version": "0.1.5", "description": "Convert OBJ model format to glTF", "license": "Apache-2.0", "contributors": [