Created
March 1, 2022 17:32
-
-
Save timcowlishaw/8468d68e5d57982867d2247c3e027a12 to your computer and use it in GitHub Desktop.
Cenatus PHASE blog post snippet 14
This file contains 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) { | |
let transform = frame.camera.transform | |
phaseListener.transform = transform | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment