I\'m using ARKit to display 3D objects. I managed to place the nodes in the real world in front of the user (aka the camera). But I don\'t manage to make them to fa
ARKit
guard let frame = self.sceneView.session.currentFrame else { return } node.eulerAngles.y = frame.camera.eulerAngles.y