|
@@ -25,7 +25,7 @@ export default /* glsl */`
|
|
|
|
|
|
#if defined( USE_ENVMAP ) && defined( RE_IndirectSpecular )
|
|
#if defined( USE_ENVMAP ) && defined( RE_IndirectSpecular )
|
|
|
|
|
|
- radiance += getLightProbeIndirectRadiance( /*specularLightProbe,*/ geometry.viewDir, geometry.normal, Material_BlinnShininessExponent( material ), maxMipLevel );
|
|
|
|
|
|
+ radiance += getLightProbeIndirectRadiance( /*specularLightProbe,*/ geometry.viewDir, geometry.normal, Material_BlinnShininessExponent( material ), maxMipLevel );
|
|
|
|
|
|
#ifndef STANDARD
|
|
#ifndef STANDARD
|
|
|
|
|