morphTargetsVertexDeclaration.fx 128 B

1234567
  1. #ifdef MORPHTARGETS
  2. attribute vec3 position{X};
  3. #ifdef MORPHTARGETS_NORMAL
  4. attribute vec3 normal{X};
  5. #endif
  6. #endif