| 137 | } |
| 138 | |
| 139 | std::filesystem::path Workspace::GetNormalMapPath(const int image_idx) const { |
| 140 | return normal_map_path_ / GetFileName(image_idx); |
| 141 | } |
| 142 | |
| 143 | bool Workspace::HasBitmap(const int image_idx) const { |
| 144 | return ExistsFile(GetBitmapPath(image_idx)); |
no outgoing calls