obj loader refactor

This commit is contained in:
h4570
2022-08-08 21:37:51 +02:00
parent 599d44a491
commit a3e4ee8496
24 changed files with 4517 additions and 464 deletions
+1
View File
@@ -17,6 +17,7 @@ namespace Tyra {
class Loader {
protected:
std::string getFilenameFromPath(const std::string& path);
std::string getPathFromFilename(const std::string& path);
std::string getFilenameWithoutExtension(const std::string& filename);
std::string getExtensionOfFilename(const std::string& filename);
};