Fixing more stuff so i can import the car as well

This commit is contained in:
Dynamitos
2024-05-01 19:39:57 +02:00
parent dfcfc2bb1e
commit 247d6a54fb
5 changed files with 19 additions and 2 deletions
+4
View File
@@ -62,6 +62,10 @@ int main() {
.filePath = sourcePath / "import/models/after-the-rain-vr-sound/source/Whitechapel.fbx",
.importPath = "Whitechapel"
});
AssetImporter::importMesh(MeshImportArgs{
.filePath = sourcePath / "import/models/Volvo S90/Volvo S90.fbx",
.importPath = "Volvo",
});
WindowCreateInfo mainWindowInfo;
mainWindowInfo.title = "SeeleEngine";
mainWindowInfo.width = 1920;