How do I get the 2d points to plot on to uiview from 3d SCNNode.
Suppose I have following SCNNodes
pos(1.002163 -0.524722 -0.770023)
pos(1.174463 -0.765098 -0.607172)
pos(0.668790 -0.744061 -0.696863)
pos(0.781208 -0.744061 -1.228943)
And I need 2d points from above. I am new to Arkit.