6 lines
91 B
GLSL
6 lines
91 B
GLSL
#ifdef USE_LIGHTMAP
|
|
|
|
uniform sampler2D lightMap;
|
|
uniform float lightMapIntensity;
|
|
|
|
#endif |