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

5 lines
73 B
GLSL

#if defined( USE_LIGHTMAP ) || defined( USE_AOMAP )
vUv2 = uv2;
#endif