mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 16:44:05 -05:00
Fix wrong param name
This commit is contained in:
parent
99a5e87623
commit
767612643c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user