arkit-by-example
arkit-by-example copied to clipboard
Apple ARKit example app
This PR updates the deprecated api calls for ARKit for Xcode 9. The project as of today (10/28/2017) will not compile with Xcode 9 without this update. * `ARWorldTrackingSessionConfiguration` has...
Hi, I want to change the material of a plane. When I perform a long click on a plane, I got the following error: ** Terminating app due to uncaught...
2017-09-26 14:10:48.431168+0200 arkit-by-example[2442:1007811] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[SCNNode changeMaterial]: unrecognized selector sent to instance 0x1cc1fc900' *** First throw call stack: (0x184fc3d38 0x1844d8528 0x184fd11f8 0x184fc96e4 0x184eaf0dc...
Hi @markdaws , I have done every parts on swift, if you want you can create branches for all parts to push the code to them.
Resolve https://github.com/markdaws/arkit-by-example/issues/7 by replacing deprecated `ARWorldTrackingSessionConfiguration` with `ARWorldTrackingConfiguration`.
Per Apple, ## ARWorldTrackingSessionConfiguration > Deprecated > This class has been renamed in iOS 11 beta 5 and will not be available under its former name in iOS 11.0. Use...