5 lines
277 B
Plaintext
5 lines
277 B
Plaintext
|
#if defined( USE_MAP ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( USE_SPECULARMAP ) || defined( USE_ALPHAMAP ) || defined( USE_EMISSIVEMAP ) || defined( USE_ROUGHNESSMAP ) || defined( USE_METALNESSMAP )
|
||
|
|
||
|
vUv = ( uvTransform * vec3( uv, 1 ) ).xy;
|
||
|
|
||
|
#endif
|