| 70 | |
| 71 | |
| 72 | int TextureMatrixManager::addMatrix(TextureMatrix* texmat) { |
| 73 | matrices.push_back(texmat); |
| 74 | return ((int)matrices.size() - 1); |
| 75 | } |
| 76 | |
| 77 | |
| 78 | int TextureMatrixManager::findMatrix(const std::string& texmat) const { |
no test coverage detected