We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e66fe5 commit bf7d99eCopy full SHA for bf7d99e
examples/jsm/exporters/GLTFExporter.js
@@ -2796,7 +2796,7 @@ class GLTFMaterialsSpecularExtension {
2796
2797
if ( ! material.isMeshPhysicalMaterial || ( material.specularIntensity === 1.0 &&
2798
material.specularColor.equals( DEFAULT_SPECULAR_COLOR ) &&
2799
- ! material.specularIntensityMap && ! material.specularColorTexture ) ) return;
+ ! material.specularIntensityMap && ! material.specularColorMap ) ) return;
2800
2801
const writer = this.writer;
2802
const extensionsUsed = writer.extensionsUsed;
0 commit comments