Posts

Post not yet marked as solved
0 Replies
170 Views
Hi, I am a unity programmer who is new to using AR. I would like to be able to create points (like those already present on the AR face) and place them on the face. I have tried a technique using x,y,z coordinates but the problem is that since I am creating new points in relation to the AR face points, all I have to do is move my head and my points are no longer in the same place (so they are not fixed on my face like the basic points are). How can I make sure that my points can be fixed on the face and that they follow the movement of the head?
Posted
by Austine.
Last updated
.
Post not yet marked as solved
0 Replies
93 Views
Hi, I started a project on unity using ARkit to develop a software to place points (previously calculated) on a face in real time. My basic idea is to use the existing points and make translations of these points with formulas using x,y,z coordinates. I would like to calculate the new points, "OnStart" and block them on the face like the arkit points already do. Would you suggest a particular method for instantiating new points on the face?
Posted
by Austine.
Last updated
.