tutorial 04
This commit is contained in:
@@ -24,10 +24,6 @@
|
||||
|
||||
namespace Tyra {
|
||||
|
||||
ObjLoader::ObjLoader() {}
|
||||
|
||||
ObjLoader::~ObjLoader() {}
|
||||
|
||||
std::unique_ptr<MeshBuilderData> ObjLoader::load(const char* fullpath) {
|
||||
return load(fullpath, ObjLoaderOptions());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user