Fixing some import problems

This commit is contained in:
Dynamitos
2024-04-24 23:25:34 +02:00
parent 6b91568423
commit 541b12aa5d
20 changed files with 75 additions and 69 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ int main() {
.filePath = sourcePath / "import/models/cube.fbx",
});
AssetImporter::importMesh(MeshImportArgs{
.filePath = sourcePath / "import/models/after-the-rain-vr-sound/source/Whitechapel.blend",
.filePath = sourcePath / "import/models/after-the-rain-vr-sound/source/Whitechapel.obj",
.importPath = "Whitechapel"
});
WindowCreateInfo mainWindowInfo;