| 461 | } |
| 462 | |
| 463 | const MeshBase* Model::GetMesh(int32 meshIndex, int32 lodIndex) const |
| 464 | { |
| 465 | auto& lod = LODs[lodIndex]; |
| 466 | return &lod.Meshes[meshIndex]; |
| 467 | } |
| 468 | |
| 469 | MeshBase* Model::GetMesh(int32 meshIndex, int32 lodIndex) |
| 470 | { |
no test coverage detected