morphtarget_vertex.glsl 183 B

123456
  1. #ifdef MORPHTARGETS
  2. vPosition += MorphPosition{i} * morphTargetInfluences[{i}];
  3. #ifdef MORPHTARGETS_NORMAL
  4. vNormal += MorphNormal{i} * morphTargetInfluences[{i}];
  5. #endif
  6. #endif