; Copyright (c) 2001 Housemarque, Inc. All Rights Reserved. ; Keyframe animation vertex shader extension ; POST TRANSFORM PIECE #ifndef KEYFRAME_POST_INTRO #error Must have keyframe post intro also in the shader! #endif mul r1, c[FRAME_0_WEIGHT].z, UV mad r1, c[FRAME_A_WEIGHT].z, FRAME_A_UV, r1 mad r1, c[FRAME_B_WEIGHT].z, FRAME_B_UV, r1 #undef UV #define UV r1