--------------------------------------------------------------------------------------
| 338 | |
| 339 | //-------------------------------------------------------------------------------------- |
| 340 | SDKMESH_MESH* SDKMesh::GetMesh( UINT iMesh ) |
| 341 | { |
| 342 | return &m_pMeshArray[ iMesh ]; |
| 343 | } |
| 344 | |
| 345 | //-------------------------------------------------------------------------------------- |
| 346 | UINT SDKMesh::GetNumSubsets( UINT iMesh ) |