Closed dhatriparakal closed 1 month ago
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
I'm trying to take measurements with AR. So far I'm using the coordinates of a polygon from a hitTest to calculate lengths; however, those coordinates are based on the length on screen and not the distance in real life.
I want to use
getWorldPosition()
to get the real-world length, buthitResult.trackable.getWorldPosition()
doesn't work - can someone please help me with this?