gpt4 book ai didi

swift - 从 iOS 导出 SCN 文件?

转载 作者:行者123 更新时间:2023-11-30 12:15:19 24 4
gpt4 key购买 nike

我正在编写一个简单的 3D 程序,它创建一些我需要保存的模型。我可以轻松保存并打开模型:

if let dir = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask).first {
let path = dir.appendingPathComponent(file)
sceneView.scene.write(to: path, options: nil, delegate: nil, progressHandler: nil)
}

但是我可以从哪里获取 iOS 中的模型呢? (对于我以前保存到相册的图像,用户可以从那里获取文件,但是 3D 模型呢?)

最佳答案

最快的解决方案可能是使用 UIDocument 类将文件保存到 iCloud 存储目录。 Apple 在 https://developer.apple.com/library/content/documentation/General/Conceptual/iCloudDesignGuide/Chapters/DesigningForDocumentsIniCloud.html 有一些关于它的生成文档。 .

替代方案包括使用这些 SDK 之一写入 Dropbox 或其他云服务(OneDrive、GoogleDrive 等)以进行直接写入访问。

关于swift - 从 iOS 导出 SCN 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45502358/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com