I am working on an Augmented Reality iOS app for which i am using ARKIT of iOS 11 beta. I am using ARSCNView(SceneKit) to render my .scn object. I have followed the sample given by apple in order to create an ARSession(https://developer.apple.com/sample-code/wwdc/2017/PlacingObjects.zip). Is it possible to place the 3D model with custom background instead of camera?
Like user can select the background color or can provide custom 2D photos as background?
scene
to an image or a color:scene.background.contents = UIColor.red
. I don't know if that works for ARKit too though. – jlsiewertARKit
overrides the scene's background in some way? – jlsiewert