Skip to content

Instantly share code, notes, and snippets.

@timcowlishaw
Created March 1, 2022 17:32
Show Gist options
  • Save timcowlishaw/8468d68e5d57982867d2247c3e027a12 to your computer and use it in GitHub Desktop.
Save timcowlishaw/8468d68e5d57982867d2247c3e027a12 to your computer and use it in GitHub Desktop.
Cenatus PHASE blog post snippet 14
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