bjarnel / arkit-portal

Simple portal demo implemented with ARKit+SceneKit, the trick is to change the rendering order and render invisible "masks" to hide what's inside.
Apache License 2.0
109 stars 18 forks source link

Changed deprecated ARWorldTrackingSessionConfiguration #2

Open miszu opened 6 years ago

miszu commented 6 years ago

Hey,

thanks for cool example of arkit. I've noticed that class ARWorldTrackingSessionConfiguration is deprecated since iOS 11 beta 5, ARWorldTrackingConfiguration should be used from now, so I changed it.

Keep up the good work!