Basic FBX export (without attached textures)

This commit is contained in:
Vladyslav Baranovskyi
2024-12-13 12:12:09 +02:00
parent c8a533ee1b
commit 73ce105328
2 changed files with 149 additions and 0 deletions

View File

@@ -18,5 +18,6 @@ namespace OpenVulkano::Scene
static void WriteAsUSD(Geometry* geometry, const std::string& filePath);
static void WriteObjAsZip(Geometry* geometry, const std::string& texturePath, const std::string& zipPath);
static void WriteAsUSDZ(Geometry* geometry, const std::string& texturePath, const std::string& usdzPath);
static void WriteAsFBX(Geometry* geometry, const std::string& texturePath, const std::string& fbxPath);
};
}