13 lines
163 B
GLSL
13 lines
163 B
GLSL
#ifdef USE_MORPHTARGETS
|
|
|
|
#ifndef USE_MORPHNORMALS
|
|
|
|
uniform float morphTargetInfluences[ 8 ];
|
|
|
|
#else
|
|
|
|
uniform float morphTargetInfluences[ 4 ];
|
|
|
|
#endif
|
|
|
|
#endif |