fireball/lib/renderers/shaders/ShaderChunk/aomap_pars_fragment.glsl
2018-12-25 17:29:22 +03:30

6 lines
82 B
GLSL

#ifdef USE_AOMAP
uniform sampler2D aoMap;
uniform float aoMapIntensity;
#endif