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"