"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Get 3D object coordinates

Hello, I'm trying to get the coordinates of the target I'm using for positioning correctly some markers on it.

Is there any way to get them? I've already searched on the forums but I haven't found anything that works.

Thanks!

Hello,

Are you using Unity? If so, you can get the coordinates of the target by accessing the game object's transform. If you're using native development, you can get the position of the target off the TrackableResult class.

Thanks,