Fix wrong param name

This commit is contained in:
Sean Lilley 2016-08-26 15:49:55 -04:00
parent 99a5e87623
commit 767612643c
1 changed files with 1 additions and 1 deletions

View File

@ -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,