Skip to content

Instantly share code, notes, and snippets.

@simform-solutions
Created June 20, 2018 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simform-solutions/1d87f82b0d0037115b66464fe2477080 to your computer and use it in GitHub Desktop.
Save simform-solutions/1d87f82b0d0037115b66464fe2477080 to your computer and use it in GitHub Desktop.
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