"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

measuring distance vuforia

Hello!

Is there any way to get the real world distance between two points(e.g. two objects) placed on ground plane?

Thanks in advance.

If you're using Unity, you can calculate the distance between the two game objects in world space. Unity's unit size is 1 meter. That means that two objects that are Vector3(0,1,0) away from each other are also 1 meter away. I hope that helps.

Kind regards,

Patrick Scheper

By calculating the vector distance between two ground plane targets, in world space, you can get the distance as described below. 

 

Kind regards,

Patrick Scheper

Technical Community Manager