6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
|
#if defined( USE_LIGHTMAP ) || defined( USE_AOMAP )
|
||
|
|
||
|
attribute vec2 uv2;
|
||
|
varying vec2 vUv2;
|
||
|
|
||
|
#endif
|