Started path for baking assets

This commit is contained in:
antopilo
2025-01-19 22:22:03 -05:00
parent ebaf70dfbd
commit 148a792902

View File

@@ -101,8 +101,8 @@ public:
if (PopupHelper::DefineConfirmationDialog("##ConvertAsset", "Convert Asset"))
{
// Convert to disk
//auto loader = ModelLoader();
//Ref<Model> modelResource = loader.LoadModel(_importedPathMesh);
auto loader = ModelLoader();
Ref<Model> modelResource = loader.LoadModel(_importedPathMesh);
//json serializedData = modelResource->SerializeData();
//
//const std::string exportedMeshPath = _importedPathMesh + ".mesh";