machineuser
version control dist & node_modules...
263e0f2
raw
history blame contribute delete
225 Bytes
export default /* glsl */`
#ifdef USE_LIGHTMAP
reflectedLight.indirectDiffuse += PI * texture2D( lightMap, vUv2 ).xyz * lightMapIntensity; // factor of PI should not be present; included here to prevent breakage
#endif
`;