Created
May 21, 2018 18:56
-
-
Save azamsharp/f9011ed17b088d63158b3e9f032bf468 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func session(_ session: ARSession, didUpdate frame: ARFrame) { | |
try! self.gSession.update(frame) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment