mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-27 10:30:16 -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,
|
binary: binary,
|
||||||
embed: embed,
|
embed: embed,
|
||||||
embedImage: embedImage,
|
embedImage: embedImage,
|
||||||
octEncodeNormals: compress,
|
encodeNormals: compress,
|
||||||
quantize: compress,
|
quantize: compress,
|
||||||
aoOptions: aoOptions,
|
aoOptions: aoOptions,
|
||||||
optimizeForCesium : optimizeForCesium,
|
optimizeForCesium : optimizeForCesium,
|
||||||
|
Loading…
Reference in New Issue
Block a user