--------------------------------------------------------------------------------------
| 296 | |
| 297 | //-------------------------------------------------------------------------------------- |
| 298 | UINT SDKMesh::GetNumMaterials() |
| 299 | { |
| 300 | if( !m_pMeshHeader ) |
| 301 | return 0; |
| 302 | return m_pMeshHeader->NumMaterials; |
| 303 | } |
| 304 | |
| 305 | //-------------------------------------------------------------------------------------- |
| 306 | UINT SDKMesh::GetNumVBs() |
no outgoing calls
no test coverage detected