Created
June 20, 2018 09:11
-
-
Save simform-solutions/1d87f82b0d0037115b66464fe2477080 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let configuration = ARImageTrackingConfiguration() | |
let warrior = ARReferenceImage(UIImage(named: "DD")!.cgImage!,orientation: CGImagePropertyOrientation.up,physicalWidth: 0.90) | |
configuration.trackingImages = [warrior] | |
configuration.maximumNumberOfTrackedImages = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment