tutorial 04

This commit is contained in:
h4570
2022-08-22 23:23:51 +02:00
parent 4fa65fc535
commit d469e78747
26 changed files with 400 additions and 96 deletions
@@ -24,10 +24,6 @@
namespace Tyra {
ObjLoader::ObjLoader() {}
ObjLoader::~ObjLoader() {}
std::unique_ptr<MeshBuilderData> ObjLoader::load(const char* fullpath) {
return load(fullpath, ObjLoaderOptions());
}