I'm trying to use ARKit and my question is very simple. How can I get the position of the camera?
I know that if I put a SCNNode
on (0
,0
,0
) and my ARCamera is looking on the ground for example, I will have to look up to see the 3D Object. That's mean that somehow the position and the orientation of the camera of the device must be accessible.
So how do I know where the camera is
and where she is looking to
?
Thanks in advance.