About placing the 3D image at the position of a click
Hello community member.
Is there any method to locate the 3D image uploaded in the resource at the location of the click in the Vuforia View. For eg, I wanted to place the image of the exclamation mark(!) for certain location to review it later.
I came to know that the pageX and pageY can be calculated but I don't have the idea about how to use this value for locating the 3D image in vuforia view.
tml3dRenderer.setTranslation(name,pos.x,pos.y,pos.z);
Please suggest If there is another way such as drawing the line in canvas for marking purpose for certain location in Vuforia view.

