--------------------------------------------------------------------------------------
| 332 | |
| 333 | //-------------------------------------------------------------------------------------- |
| 334 | SDKMESH_MATERIAL* SDKMesh::GetMaterial( UINT iMaterial ) |
| 335 | { |
| 336 | return &m_pMaterialArray[ iMaterial ]; |
| 337 | } |
| 338 | |
| 339 | //-------------------------------------------------------------------------------------- |
| 340 | SDKMESH_MESH* SDKMesh::GetMesh( UINT iMesh ) |
no outgoing calls
no test coverage detected