简体   繁体   中英

ARKit – Is it possible to add a SCNNode while ARSession is paused?

I want to add SCNNode while ARSCNView session is pause.

Is it possible in iOS?

Technically, you can add a node to the SCNScene in case your model isn't tethered with ARAnchor . However, when the session is paused, you cannot add an anchor with a corresponding model to the scene.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM