Searched defs:SPVRTPODImpl (Results 1 – 1 of 1) sorted by relevance
176 struct SPVRTPODImpl struct178 VERTTYPE fFrame; /*!< Frame number */179 VERTTYPE fBlend; /*!< Frame blend (AKA fractional part of animation frame number) */180 int nFrame; /*!< Frame number (AKA integer part of animation frame number) */182 VERTTYPE *pfCache; /*!< Cache indicating the frames at which the matrix cache was filled */183 PVRTMATRIX *pWmCache; /*!< Cache of world matrices */184 PVRTMATRIX *pWmZeroCache; /*!< Pre-calculated frame 0 matrices */186 bool bFromMemory; /*!< Was the mesh data loaded from memory? */189 PVRTint64 nWmTotal, nWmCacheHit, nWmZeroCacheHit;190 float fHitPerc, fHitPercZero;