| 102 | virtual const TArray<VSMatrix> CalculateBones(const ModelAnimFrame &from, const ModelAnimFrameInterp &to, float inter, const TArray<TRS>* animationData, DBoneComponents* bones, int index) { return {}; }; |
| 103 | |
| 104 | void SetVertexBuffer(int type, IModelVertexBuffer *buffer) { mVBuf[type] = buffer; } |
| 105 | IModelVertexBuffer *GetVertexBuffer(int type) const { return mVBuf[type]; } |
| 106 | void DestroyVertexBuffer(); |
| 107 |
no outgoing calls
no test coverage detected