| 430 | } |
| 431 | |
| 432 | U32 iModelVertCount(RpAtomic* model) |
| 433 | { |
| 434 | return model->geometry->numVertices; |
| 435 | } |
| 436 | |
| 437 | static inline void SkinXform(xVec3* dest, const xVec3* vert, RwMatrix* mat, const RwMatrix* skinmat, |
| 438 | const F32* wt, const U32* idx, U32 count) |
no outgoing calls
no test coverage detected