Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 733 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 733 Bytes

ARDemo

Create an AR Project with ARKit. Explored Tracking, Plane Detection, Hit Testing, Light Estimation, SCNNode Rendering etc.

  • If you want to enable Plane Detection & light estimation, just comment out code //configuration.planeDetection = .horizontal //configuration.isLightEstimationEnabled = true //func session(_ session: ARSession, cameraDidChangeTrackingState camera: ARCamera) {...} in "ARViewController"

Use case – Any E-commerce (like Amazon, Flipkart etc.), detecting the plane & placing the purchased AR object in real-world gives great feelings and more customer satisfaction.