Hey My goal is to determine if the eyes displayed with ARSCNView are inside a UIView.
I found a way to bring coordinates of vector_float3 to SCNVector3 and then using projectPoints I wanted to check if the vertices point of each eye is inside the coordinates of UIView. But unfortunately I'm missing something. Thanks a lot in advance for your help.