remove meta files
This commit is contained in:
@@ -28,11 +28,6 @@ namespace OpenVulkano::AR
|
||||
void ArFrame::SaveToFile(const std::filesystem::path& path, bool downsample)
|
||||
{
|
||||
m_session->GetRecorder().SaveToFile(shared_from_this(), path, downsample);
|
||||
std::string metaContent = GetFrameMetadata().ToXML();
|
||||
std::string metaPath = path.string() + std::string(".meta");
|
||||
std::ofstream file (metaPath, std::ios::out);
|
||||
file << metaContent;
|
||||
file.close();
|
||||
}
|
||||
|
||||
const Scene::Texture* ArFrame::GetImageTexture()
|
||||
|
||||
Reference in New Issue
Block a user