Basic FBX export (without attached textures)
This commit is contained in:
@@ -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);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user