aomap_fragment.glsl 122 B

12345
  1. #ifdef USE_AOMAP
  2. reflectedLight.indirectDiffuse *= ( texture2D( aoMap, vUv2 ).r - 1.0 ) * aoMapIntensity + 1.0;
  3. #endif