ARKit-Invader is a collection of ARKit3 samples.
1.Download this Repository.
2.Open ARKit-Invader.xcodeproj
with Xcode 11 and build it.
※It can NOT run on Simulator. Most functions require an A12 chip.
A function to display an animation for acquiring environmental data.
【Sample】CoachingUI_ViewController.swift 【Document】ARCoachingOverlayView
A function that displays the user's body in front of 3D objects.
【Sample】PeopleOcclusion2D_ViewController.swift 【Document】personSegmentation
A function that reflects and displays the context of the user's body and 3D objects.
【Sample】PeopleOcclusion3D_ViewController.swift 【Document】personSegmentationWithDepth
A function that can acquire the position of the user's body / joint using the position coordinates on the screen.
【Sample】MotionCapture2D_ViewController.swift 【Document】bodyDetection
A function that can acquire the position of the user's body / joint in spatial coordinates.
【Sample】MotionCapture3D_ViewController.swift 【Document】ARBodyTrackingConfiguration
A function that simultaneously tracks the location and facial expression of up to three people.
【Sample】MultipleFaceTracking_ViewController.swift 【Document】maximumNumberOfTrackedFaces
A function that allows AR to be used simultaneously with the front and rear cameras.
【Sample】SimultaneousCamera_ViewController.swift 【Document】supportsUserFaceTracking
Ability to help share AR experiences with other users.
【Sample】CollaborativeSessions_ViewController.swift 【Document】isCollaborationEnabled, MultipeerConnectivity (Creating a Multiuser AR Experience)
☆ (star), 👍 (like) etc. If you can give feedback, I will do my best, so thank you!