Skip to content
Snippets Groups Projects
Commit 382386d8 authored by ufuktugay's avatar ufuktugay
Browse files

added 2d bb

parents 84d2ee71 6c00b3e1
No related branches found
No related tags found
No related merge requests found
......@@ -175,10 +175,16 @@ class ViewController: UIViewController, ARSCNViewDelegate {
let dispatch_queue = DispatchQueue.main
scene_bounds = sceneBounds()
<<<<<<< HEAD
dispatch_queue.asyncAfter(deadline: .now() + 1, execute: DispatchWorkItem{self.performDetection();self.detectionLoop()})
}
=======
dispatch_queue.asyncAfter(deadline: .now() + 0.167, execute: DispatchWorkItem{self.performDetection();self.detectionLoop()})
}
>>>>>>> 6c00b3e137823853ebdb93357a61d8e867380df8
func session(_ session: ARSession, cameraDidChangeTrackingState camera: ARCamera) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment