| 104 | } |
| 105 | |
| 106 | void ExtMeshCache::GetExtMeshNames(std::vector<std::string> &names) const { |
| 107 | meshes.GetNames(names); |
| 108 | } |
| 109 | |
| 110 | ExtMesh *ExtMeshCache::GetExtMesh(const string &meshName) { |
| 111 | return static_cast<ExtMesh *>(meshes.GetObj(meshName)); |
no test coverage detected