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 ca61194 commit 5f61cc5Copy full SHA for 5f61cc5
1 file changed
jme3-core/src/main/resources/Common/ShaderLib/module/pbrlighting/PBRLightingUtils.glsllib
@@ -395,7 +395,7 @@
395
vec4 specularColor = vec4(1.0);
396
#endif
397
#ifdef GLOSSINESSMAP
398
- glossiness *= texture2D(m_GlossinesMap, newTexCoord).r;
+ glossiness *= texture2D(m_GlossinessMap, newTexCoord).r;
399
400
401
specularColor *= m_Specular;
@@ -711,3 +711,4 @@
711
}
712
713
714
+
0 commit comments