This commit is contained in:
Dynamitos
2023-11-27 22:50:37 +01:00
parent 54e66df4cd
commit d1475d506e
7 changed files with 15 additions and 29 deletions
+3
View File
@@ -46,6 +46,9 @@ int main()
//AssetImporter::importMesh(MeshImportArgs{
// .filePath = sourcePath / "old_resources/models/arena.fbx",
// });
AssetImporter::importMesh(MeshImportArgs{
.filePath = sourcePath / "old_resources/models/frog.fbx",
});
AssetImporter::importMesh(MeshImportArgs{
.filePath = sourcePath / "old_resources/models/train.fbx",
});