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

13 lines
163 B
GLSL

#ifdef USE_MORPHTARGETS
#ifndef USE_MORPHNORMALS
uniform float morphTargetInfluences[ 8 ];
#else
uniform float morphTargetInfluences[ 4 ];
#endif
#endif