mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 08:34:14 -05:00
commit
ce0c36e281
@ -70,8 +70,8 @@ function loadMtl(mtlPath, options) {
|
|||||||
const ambientTextureOptions = defined(overridingAmbientTexture)
|
const ambientTextureOptions = defined(overridingAmbientTexture)
|
||||||
? undefined
|
? undefined
|
||||||
: options.packOcclusion
|
: options.packOcclusion
|
||||||
? decodeOptions
|
? decodeOptions
|
||||||
: undefined;
|
: undefined;
|
||||||
const specularTextureOptions = defined(overridingSpecularTexture)
|
const specularTextureOptions = defined(overridingSpecularTexture)
|
||||||
? undefined
|
? undefined
|
||||||
: decodeOptions;
|
: decodeOptions;
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
"jsdoc": "^4.0.0",
|
"jsdoc": "^4.0.0",
|
||||||
"lint-staged": "^15.0.2",
|
"lint-staged": "^15.0.2",
|
||||||
"nyc": "^15.1.0",
|
"nyc": "^15.1.0",
|
||||||
"prettier": "3.0.3"
|
"prettier": "3.1.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.(js|ts)": [
|
"*.(js|ts)": [
|
||||||
|
Loading…
Reference in New Issue
Block a user