ARKitのトラッキング状態を保存、ロードして再開する
1、ワールドマップを保存
sceneView.session.getCurrentWorldMap { [self] worldMap, error in
self.sceneView.session.pause()
self.map = worldMap
}
2、保存したワールドマップ構成でセッション再開
let configuration = ARWorldTrackingConfiguration()
configuration.initialWorldMap = map
sceneView.session.run(configuration, options: [])
Core MLを使ったアプリを作っています。
機械学習関連の情報を発信しています。
お仕事のご依頼は
[email protected]
まで
Author And Source
この問題について(ARKitのトラッキング状態を保存、ロードして再開する), 我々は、より多くの情報をここで見つけました https://qiita.com/john-rocky/items/6fa0f6e9d217849edacd著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .