diff options
Diffstat (limited to 'sp/src/game/client/c_baseflex.h')
| -rw-r--r-- | sp/src/game/client/c_baseflex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sp/src/game/client/c_baseflex.h b/sp/src/game/client/c_baseflex.h index f99061d1..71cee3d8 100644 --- a/sp/src/game/client/c_baseflex.h +++ b/sp/src/game/client/c_baseflex.h @@ -147,6 +147,7 @@ public: virtual void OnThreadedDrawSetup(); // model specific + virtual void BuildTransformations( CStudioHdr *pStudioHdr, Vector *pos, Quaternion q[], const matrix3x4_t& cameraTransform, int boneMask, CBoneBitList &boneComputed ); static void LinkToGlobalFlexControllers( CStudioHdr *hdr ); virtual void SetupWeights( const matrix3x4_t *pBoneToWorld, int nFlexWeightCount, float *pFlexWeights, float *pFlexDelayedWeights ); virtual bool SetupGlobalWeights( const matrix3x4_t *pBoneToWorld, int nFlexWeightCount, float *pFlexWeights, float *pFlexDelayedWeights ); |