6 lines
64 B
GLSL
6 lines
64 B
GLSL
#ifdef USE_EMISSIVEMAP
|
|
|
|
uniform sampler2D emissiveMap;
|
|
|
|
#endif
|